brintos

brintos / llvm-project-archived public Read only

0
0
Text · 197 B · ebbba01 Raw
10 lines · plain
1; RUN: llc < %s2 3declare i1 @llvm.isunordered.f64(double, double)4 5define i1 @test(double %X, double %Y) {6        %tmp27 = fcmp uno double %X, %Y         ; <i1> [#uses=1]7        ret i1 %tmp278}9 10