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
Fixed some bugs in register stack pass.
[llvm/zpu.git]
/
test
/
CodeGen
/
X86
/
fast-isel-shift-imm.ll
blob
5c62c1880516e58cf4225729be8a690569fa4001
1
; RUN: llc < %s -march=x86 -O0 | grep {sarl \$80, %e}
2
; PR3242
3
4
define void @foo(i32 %x, i32* %p) nounwind {
5
%y = ashr i32 %x, 50000
6
store i32 %y, i32* %p
7
ret void
8
}