fix PR4963: folding insertvalue would sometimes turn a packed struct into
[llvm/avr.git] / test / Transforms / InstCombine / and2.ll
blob0af9bfaff3941f1013116826d0ca75213a643bdf
1 ; RUN: opt < %s -instcombine -S | not grep and
4 ; PR1738
5 define i1 @test1(double %X, double %Y) {
6         %tmp9 = fcmp ord double %X, 0.000000e+00
7         %tmp13 = fcmp ord double %Y, 0.000000e+00
8         %bothcond = and i1 %tmp13, %tmp9
9         ret i1 %bothcond