repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
When removing a function from the function set and adding it to deferred, we
[llvm.git]
/
test
/
Transforms
/
InstCombine
/
2007-03-21-SignedRangeTest.ll
blob
ca93af3a6910507c025136724eda240a68921a70
1
; For PR1248
2
; RUN: opt < %s -instcombine -S | grep {ugt i32 .*, 11}
3
define i1 @test(i32 %tmp6) {
4
%tmp7 = sdiv i32 %tmp6, 12 ; <i32> [#uses=1]
5
icmp ne i32 %tmp7, -6 ; <i1>:1 [#uses=1]
6
ret i1 %1
7
}