search for: r_icmpsgt

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

2010 May 28
4
[LLVMdev] Combining Branch Statements - Missing Optimization Pass?
...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.endif15_crit_edge endif.endif15_crit_edge: ; preds = %endif br label %endif15 then11: ; preds = %endif %phitmp = sitof...
2010 May 28
0
[LLVMdev] Combining Branch Statements - Missing Optimization Pass?
...gt; 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.endif15_crit_edge > > endif.endif15_crit_edge: ; preds = %endif > br label %endif15 > > then11: ; pr...