brintos

brintos / llvm-project-archived public Read only

0
0
Text · 139 B · 81350a4 Raw
7 lines · plain
1; RUN: llc < %s2define double @test(i1 %X) {3        %Y = uitofp i1 %X to double             ; <double> [#uses=1]4        ret double %Y5}6 7