isunord.ll 197 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 ; RUN: llc < %s declare i1 @llvm.isunordered.f64(double, double) define i1 @test(double %X, double %Y) { %tmp27 = fcmp uno double %X, %Y ; <i1> [#uses=1] ret i1 %tmp27 }