Displaying 2 results from an estimated 2 matches for "endif15_crit_edge".
2010 May 28
4
[LLVMdev] Combining Branch Statements - Missing Optimization Pass?
...Float.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 = sitofp i32 %r_srem10 to double ; <double> [#uses=1]
br label %endif15
endif15:...
2010 May 28
0
[LLVMdev] Combining Branch Statements - Missing Optimization Pass?
...ouble [ %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 = sitofp i32 %r_srem10 to double ; <double> [#uses=1]
> br label %endif15
>
>...