YouCompleteMe/cpp/llvm/test/Transforms/InstCombine/2007-01-14-FcmpSelf.ll

7 lines
141 B
LLVM
Raw Normal View History

2012-07-05 20:51:06 -04:00
; RUN: opt < %s -instcombine -S | grep {fcmp uno.*0.0}
; PR1111
define i1 @test(double %X) {
%tmp = fcmp une double %X, %X
ret i1 %tmp
}