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
/
X86
/
fast-isel-shift-imm.ll
blob
7d8c9f5e002c57fe4dd4a640b2b86e4fc49c5a82
1
; RUN: llvm-as < %s | llc -march=x86 -O0 | grep {sarl \$80, %eax}
2
; PR3242
3
4
define i32 @foo(i32 %x) nounwind {
5
%y = ashr i32 %x, 50000
6
ret i32 %y
7
}