repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
zpu: simple fn with stack slots compile
[llvm/zpu.git]
/
test
/
CodeGen
/
ARM
/
t2-imm.ll
blob
8b4145914e7caaba4eb695fc3a009376940babe7
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
}