Displaying 2 results from an estimated 2 matches for "r_srem10".
2010 May 28
4
[LLVMdev] Combining Branch Statements - Missing Optimization Pass?
...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.endif15_crit_edge
endif.endif15_crit_edge: ; preds = %endif
br label %endif15
then11:...
2010 May 28
0
[LLVMdev] Combining Branch Statements - Missing Optimization Pass?
...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.endif15_crit_edge
>
> endif.endif15_crit_edge: ; preds = %endif
> br...