When removing a function from the function set and adding it to deferred, we
[llvm.git] / test / Transforms / InstCombine / 2008-09-29-FoldingOr.ll
blob31ea94a5d832c21df8358b6b30e11a11f15018e9
1 ; RUN: opt < %s -instcombine -S | grep {or i1}
2 ; PR2844
4 define i32 @test(i32 %p_74) {
5         %A = icmp eq i32 %p_74, 0               ; <i1> [#uses=1]
6         %B = icmp slt i32 %p_74, -638208501             ; <i1> [#uses=1]
7         %or.cond = or i1 %A, %B         ; <i1> [#uses=1]
8         %iftmp.10.0 = select i1 %or.cond, i32 0, i32 1          ; <i32> [#uses=1]
9         ret i32 %iftmp.10.0