Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.git] / test / Transforms / InstCombine / or2.ll
blobc01229a78a0dd835d5ddeea65383d250d8dfb4e3
1 ; This test makes sure that these instructions are properly eliminated.
3 ; RUN: opt < %s -instcombine -S | grep -v xor | not grep {or }
5 ; PR1738
6 define i1 @test1(double %X, double %Y) {
7         %tmp9 = fcmp uno double %X, 0.000000e+00                ; <i1> [#uses=1]
8         %tmp13 = fcmp uno double %Y, 0.000000e+00               ; <i1> [#uses=1]
9         %bothcond = or i1 %tmp13, %tmp9         ; <i1> [#uses=1]
10         ret i1 %bothcond