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
/
ispositive.ll
blob
8adf723aabc387362ebb9c0f3fed1ec0849274da
1
; RUN: llc < %s -march=x86 | grep {shrl.*31}
2
3
define i32 @test1(i32 %X) {
4
entry:
5
icmp slt i32 %X, 0 ; <i1>:0 [#uses=1]
6
zext i1 %0 to i32 ; <i32>:1 [#uses=1]
7
ret i32 %1
8
}
9