brintos

brintos / llvm-project-archived public Read only

0
0
Text · 424 B · 125f875 Raw
17 lines · plain
1; RUN: llc < %s2 3define void @QRiterate(i32 %p.1, double %tmp.212) nounwind {4entry:5	br i1 false, label %shortcirc_next.1, label %exit.1.critedge6 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.critedge:		; preds = %entry12	ret void13 14exit.1:		; preds = %shortcirc_next.115	ret void16}17