repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PowerPC] Eliminate compares - add i32 sext/zext handling for SETLT/SETGT
[llvm-core.git]
/
test
/
CodeGen
/
Thumb
/
frame_thumb.ll
blob
6cc4dd12f6a7b4828498b65c0300426948a7738e
1
; RUN: llc < %s -mtriple=thumb-apple-darwin \
2
; RUN: -disable-fp-elim | not grep "r11"
3
; RUN: llc < %s -mtriple=thumb-linux-gnueabi \
4
; RUN: -disable-fp-elim | not grep "r11"
5
6
define i32 @f() {
7
entry:
8
ret i32 10
9
}