mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 13:51:37 +00:00
fa37f8bf95
llvm-svn: 74298
9 lines
205 B
LLVM
9 lines
205 B
LLVM
; RUN: llvm-as < %s | llc | grep {movw\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#65535} | count 1
|
|
|
|
target triple = "thumbv7-apple-darwin"
|
|
|
|
define i32 @f6(i32 %a) {
|
|
%tmp = add i32 0, 65535
|
|
ret i32 %tmp
|
|
}
|