search for: anotherfloat

Displaying 2 results from an estimated 2 matches for "anotherfloat".

2010 May 28
4
[LLVMdev] Combining Branch Statements - Missing Optimization Pass?
...; preds = %loop br label %endif then: ; preds = %loop %r_fmul8 = fmul double %r_fmul5, 1.000000e+02 ; <double> [#uses=1] br label %endif endif: ; preds = %loop.endif_crit_edge, %then %anotherFloat.1 = phi double [ %r_fmul8, %then ], [ %r_fmul5, %loop.endif_crit_edge ] ; <double> [#uses=1] %r_srem10 = srem i32 %lsr.iv, 16 ; <i32> [#uses=2] %r_icmpsgt = icmp sgt i32 %r_srem10, 10 ; <i1> [#uses=1] br i1 %r_icmpsgt, label %then11, label %endif.endif...
2010 May 28
0
[LLVMdev] Combining Branch Statements - Missing Optimization Pass?
...el %endif > > then: ; preds = %loop > %r_fmul8 = fmul double %r_fmul5, 1.000000e+02 ; <double> [#uses=1] > br label %endif > > endif: ; preds = %loop.endif_crit_edge, %then > %anotherFloat.1 = phi double [ %r_fmul8, %then ], [ %r_fmul5, %loop.endif_crit_edge ] ; <double> [#uses=1] > %r_srem10 = srem i32 %lsr.iv, 16 ; <i32> [#uses=2] > %r_icmpsgt = icmp sgt i32 %r_srem10, 10 ; <i1> [#uses=1] > br i1 %r_icmpsgt, label %then11, lab...