brintos

brintos / llvm-project-archived public Read only

0
0
Text · 387 B · cc0eb5c Raw
15 lines · plain
1; RUN: llc < %s2 3define void @QRiterate(double %tmp.212) {4entry:5        br label %shortcirc_next.16 7shortcirc_next.1:               ; preds = %shortcirc_next.1, %entry8        %tmp.213 = fcmp une double %tmp.212, 0.000000e+00               ; <i1> [#uses=1]9        br i1 %tmp.213, label %shortcirc_next.1, label %exit.110 11exit.1:         ; preds = %shortcirc_next.112        ret void13}14 15