summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/2007-03-13-CompareMerge.ll
blob: 109e4a217fb53639803f301ae53c4e449333889e (plain)
1
2
3
4
5
6
7
8
9
; RUN: opt < %s -instcombine -S | grep {icmp sle}
; PR1244

define i1 @test(i32 %c.3.i, i32 %d.292.2.i) {
   %tmp266.i = icmp slt i32 %c.3.i, %d.292.2.i     
   %tmp276.i = icmp eq i32 %c.3.i, %d.292.2.i 
   %sel_tmp80 = or i1 %tmp266.i, %tmp276.i 
   ret i1 %sel_tmp80
}
OpenPOWER on IntegriCloud