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
fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git]
/
test
/
Transforms
/
InstCombine
/
2007-03-13-CompareMerge.ll
blob
109e4a217fb53639803f301ae53c4e449333889e
1
; RUN: opt < %s -instcombine -S | grep {icmp sle}
2
; PR1244
3
4
define i1 @test(i32 %c.3.i, i32 %d.292.2.i) {
5
%tmp266.i = icmp slt i32 %c.3.i, %d.292.2.i
6
%tmp276.i = icmp eq i32 %c.3.i, %d.292.2.i
7
%sel_tmp80 = or i1 %tmp266.i, %tmp276.i
8
ret i1 %sel_tmp80
9
}