projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add support for comparing integer non-legal types.
[oota-llvm.git]
/
test
/
CodeGen
/
ARM
/
t2-imm.ll
1
; RUN: llc < %s -march=thumb -mattr=+thumb2 | FileCheck %s
2
3
define i32 @f6(i32 %a) {
4
; CHECK:f6
5
; CHECK: movw r0, #1123
6
; CHECK: movt r0, #1000
7
%tmp = add i32 0, 65537123
8
ret i32 %tmp
9
}