Displaying 2 results from an estimated 2 matches for "storemerge26".
Did you mean:
storemerge27
2010 May 28
4
[LLVMdev] Combining Branch Statements - Missing Optimization Pass?
...; preds = %endif
br label %endif15
then11: ; preds = %endif
%phitmp = sitofp i32 %r_srem10 to double ; <double> [#uses=1]
br label %endif15
endif15: ; preds = %endif.endif15_crit_edge, %then11
%storemerge26 = phi double [ %phitmp, %then11 ], [ 1.000000e+01, %endif.endif15_crit_edge ] ; <double> [#uses=1]
%lsr.iv.next = add i32 %lsr.iv, 1 ; <i32> [#uses=2]
%exitcond = icmp eq i32 %lsr.iv.next, 10001 ; <i1> [#uses=1]
br i1 %exitcond, label %afterloop, label %loo...
2010 May 28
0
[LLVMdev] Combining Branch Statements - Missing Optimization Pass?
...5
>
> then11: ; preds = %endif
> %phitmp = sitofp i32 %r_srem10 to double ; <double> [#uses=1]
> br label %endif15
>
> endif15: ; preds = %endif.endif15_crit_edge, %then11
> %storemerge26 = phi double [ %phitmp, %then11 ], [ 1.000000e+01, %endif.endif15_crit_edge ] ; <double> [#uses=1]
> %lsr.iv.next = add i32 %lsr.iv, 1 ; <i32> [#uses=2]
> %exitcond = icmp eq i32 %lsr.iv.next, 10001 ; <i1> [#uses=1]
> br i1 %exitcond, label %afterl...