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
/
frame_thumb.ll
blob
270e331cb52f5ea76b8b14eaae6acdcf73387292
1
; RUN: llvm-as < %s | llc -mtriple=thumb-apple-darwin \
2
; RUN: -disable-fp-elim | not grep {r11}
3
; RUN: llvm-as < %s | llc -mtriple=thumb-linux-gnueabi \
4
; RUN: -disable-fp-elim | not grep {r11}
5
6
define i32 @f() {
7
entry:
8
ret i32 10
9
}