repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Shrink Thumb2 movcc instructions.
[llvm/avr.git]
/
test
/
CodeGen
/
Thumb
/
thumb-imm.ll
blob
2be393a95cacb16d449b2cdabd1ac5a847d9fbda
1
; RUN: llvm-as < %s | llc -march=thumb | not grep CPI
2
3
4
define i32 @test1() {
5
ret i32 1000
6
}
7
8
define i32 @test2() {
9
ret i32 -256
10
}