brintos

brintos / llvm-project-archived public Read only

0
0
Text · 282 B · dafc1d5 Raw
13 lines · plain
1; RUN: llc < %s -mtriple=i686--2define i1 @test1(double %X) {3        %V = fcmp one double %X, 0.000000e+00           ; <i1> [#uses=1]4        ret i1 %V5}6 7define double @test2(i64 %X) {8        %V = uitofp i64 %X to double            ; <double> [#uses=1]9        ret double %V10}11 12 13