android_mt6572_jiabo/external/llvm/test/Transforms/InstCombine/2007-01-14-FcmpSelf.ll
2025-09-05 16:56:03 +08:00

6 lines
141 B
LLVM

; 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
}