diff options
Diffstat (limited to 'test/Transforms/SLPVectorizer/X86/crash_cmpop.ll')
-rw-r--r-- | test/Transforms/SLPVectorizer/X86/crash_cmpop.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Transforms/SLPVectorizer/X86/crash_cmpop.ll b/test/Transforms/SLPVectorizer/X86/crash_cmpop.ll index 18a96e5..f10c862 100644 --- a/test/Transforms/SLPVectorizer/X86/crash_cmpop.ll +++ b/test/Transforms/SLPVectorizer/X86/crash_cmpop.ll @@ -12,10 +12,10 @@ for.body: %acc1.056 = phi float [ 0.000000e+00, %entry ], [ %add13, %for.body ] %s1.055 = phi float [ 0.000000e+00, %entry ], [ %cond.i40, %for.body ] %s0.054 = phi float [ 0.000000e+00, %entry ], [ %cond.i44, %for.body ] - %arrayidx = getelementptr inbounds float* %src, i64 %indvars.iv - %0 = load float* %arrayidx, align 4 + %arrayidx = getelementptr inbounds float, float* %src, i64 %indvars.iv + %0 = load float, float* %arrayidx, align 4 %indvars.iv.next = add nuw nsw i64 %indvars.iv, 1 - %arrayidx2 = getelementptr inbounds float* %dest, i64 %indvars.iv + %arrayidx2 = getelementptr inbounds float, float* %dest, i64 %indvars.iv store float %acc1.056, float* %arrayidx2, align 4 %add = fadd float %s0.054, %0 %add3 = fadd float %s1.055, %0 |