repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
ARM
/
t2-imm.ll
blob
23463b8a9e3a6cac53009be517281ca55155079b
1
; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | 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
}