brintos

brintos / llvm-project-archived public Read only

0
0
Text · 646 B · e17c9fb Raw
19 lines · plain
1; RUN: llc < %s -mtriple=xcore > %t1.s2; PR33243define double @f1(double %a, double %b, double %c, double %d, double %e, double %f, double %g) nounwind {4entry:5	br i1 false, label %bb113, label %bb1296 7bb113:		; preds = %entry8	ret double 0.000000e+009 10bb129:		; preds = %entry11	%tmp134 = fsub double %b, %a		; <double> [#uses=1]12	%tmp136 = fsub double %tmp134, %c		; <double> [#uses=1]13	%tmp138 = fadd double %tmp136, %d		; <double> [#uses=1]14	%tmp140 = fsub double %tmp138, %e		; <double> [#uses=1]15	%tmp142 = fadd double %tmp140, %f		; <double> [#uses=1]16	%tmp.0 = fmul double %tmp142, 0.000000e+00		; <double> [#uses=1]17	ret double %tmp.018}19