summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/PowerPC/pr30715.ll4
-rw-r--r--llvm/test/CodeGen/PowerPC/qpx-bv-sint.ll6
2 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/PowerPC/pr30715.ll b/llvm/test/CodeGen/PowerPC/pr30715.ll
index 8ab4f548c8e..5d6ba2c1000 100644
--- a/llvm/test/CodeGen/PowerPC/pr30715.ll
+++ b/llvm/test/CodeGen/PowerPC/pr30715.ll
@@ -38,7 +38,7 @@ vector.body: ; preds = %vector.body.prehead
%5 = bitcast float* %4 to <4 x float>*
%wide.load = load <4 x float>, <4 x float>* %5, align 4
%6 = fpext <4 x float> %wide.load to <4 x ppc_fp128>
- %7 = fadd <4 x ppc_fp128> %6, undef
+ %7 = fadd <4 x ppc_fp128> %6, %6
%8 = fptrunc <4 x ppc_fp128> %7 to <4 x float>
%9 = bitcast float* %4 to <4 x float>*
store <4 x float> %8, <4 x float>* %9, align 4
@@ -61,7 +61,7 @@ for.body: ; preds = %for.body.preheader,
%arrayidx.i = getelementptr inbounds float, float* %2, i64 %indvars.iv
%11 = load float, float* %arrayidx.i, align 4
%conv = fpext float %11 to ppc_fp128
- %add = fadd ppc_fp128 %conv, undef
+ %add = fadd ppc_fp128 %conv, %conv
%conv4 = fptrunc ppc_fp128 %add to float
store float %conv4, float* %arrayidx.i, align 4
%indvars.iv.next = add nuw nsw i64 %indvars.iv, 1
diff --git a/llvm/test/CodeGen/PowerPC/qpx-bv-sint.ll b/llvm/test/CodeGen/PowerPC/qpx-bv-sint.ll
index 36555b029ab..4e0aef4c3df 100644
--- a/llvm/test/CodeGen/PowerPC/qpx-bv-sint.ll
+++ b/llvm/test/CodeGen/PowerPC/qpx-bv-sint.ll
@@ -10,9 +10,9 @@ for.body4: ; preds = %for.body4, %entry
%conv.4 = sitofp i32 %inp1 to double
%conv.5 = sitofp i32 %inp1 to double
%mul.4.v.i0.1 = insertelement <2 x double> undef, double %conv.4, i32 0
- %mul.4.v.i0.2 = insertelement <2 x double> %mul.4.v.i0.1, double %conv.5, i32 1
- %mul.4 = fmul <2 x double> %mul.4.v.i0.2, undef
- %add7.4 = fadd <2 x double> undef, %mul.4
+ %v = insertelement <2 x double> %mul.4.v.i0.1, double %conv.5, i32 1
+ %vv = fmul <2 x double> %v, %v
+ %add7.4 = fadd <2 x double> %vv, %vv
store <2 x double> %add7.4, <2 x double>* undef, align 16
br i1 undef, label %for.end, label %for.body4
OpenPOWER on IntegriCloud