Displaying 2 results from an estimated 2 matches for "r_fmul8".
Did you mean:
r_fmul5
2010 May 28
4
[LLVMdev] Combining Branch Statements - Missing Optimization Pass?
...; [#uses=1]
%r_icmpeq = icmp eq i32 %r_srem, 1 ; <i1> [#uses=1]
br i1 %r_icmpeq, label %then, label %loop.endif_crit_edge
loop.endif_crit_edge: ; 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_srem1...
2010 May 28
0
[LLVMdev] Combining Branch Statements - Missing Optimization Pass?
...32 %r_srem, 1 ; <i1> [#uses=1]
> br i1 %r_icmpeq, label %then, label %loop.endif_crit_edge
>
> loop.endif_crit_edge: ; 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>...