diff options
author | Pirama Arumuga Nainar <pirama@google.com> | 2015-04-08 08:55:49 -0700 |
---|---|---|
committer | Pirama Arumuga Nainar <pirama@google.com> | 2015-04-09 15:04:38 -0700 |
commit | 4c5e43da7792f75567b693105cc53e3f1992ad98 (patch) | |
tree | 1b2c9792582e12f5af0b1512e3094425f0dc0df9 /test/Transforms/SLPVectorizer/X86/rgb_phi.ll | |
parent | c75239e6119d0f9a74c57099d91cbc9bde56bf33 (diff) | |
download | external_llvm-4c5e43da7792f75567b693105cc53e3f1992ad98.tar.gz external_llvm-4c5e43da7792f75567b693105cc53e3f1992ad98.tar.bz2 external_llvm-4c5e43da7792f75567b693105cc53e3f1992ad98.zip |
Update aosp/master llvm for rebase to r233350
Change-Id: I07d935f8793ee8ec6b7da003f6483046594bca49
Diffstat (limited to 'test/Transforms/SLPVectorizer/X86/rgb_phi.ll')
-rw-r--r-- | test/Transforms/SLPVectorizer/X86/rgb_phi.ll | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/test/Transforms/SLPVectorizer/X86/rgb_phi.ll b/test/Transforms/SLPVectorizer/X86/rgb_phi.ll index 6aea5d3c6f..0bdb7dab17 100644 --- a/test/Transforms/SLPVectorizer/X86/rgb_phi.ll +++ b/test/Transforms/SLPVectorizer/X86/rgb_phi.ll @@ -33,11 +33,11 @@ target triple = "i386-apple-macosx10.9.0" define float @foo(float* nocapture readonly %A) { entry: - %0 = load float* %A, align 4 - %arrayidx1 = getelementptr inbounds float* %A, i64 1 - %1 = load float* %arrayidx1, align 4 - %arrayidx2 = getelementptr inbounds float* %A, i64 2 - %2 = load float* %arrayidx2, align 4 + %0 = load float, float* %A, align 4 + %arrayidx1 = getelementptr inbounds float, float* %A, i64 1 + %1 = load float, float* %arrayidx1, align 4 + %arrayidx2 = getelementptr inbounds float, float* %A, i64 2 + %2 = load float, float* %arrayidx2, align 4 br label %for.body for.body: ; preds = %for.body.for.body_crit_edge, %entry @@ -49,13 +49,13 @@ for.body: ; preds = %for.body.for.body_c %mul = fmul float %3, 7.000000e+00 %add4 = fadd float %R.030, %mul %4 = add nsw i64 %indvars.iv, 1 - %arrayidx7 = getelementptr inbounds float* %A, i64 %4 - %5 = load float* %arrayidx7, align 4 + %arrayidx7 = getelementptr inbounds float, float* %A, i64 %4 + %5 = load float, float* %arrayidx7, align 4 %mul8 = fmul float %5, 8.000000e+00 %add9 = fadd float %G.031, %mul8 %6 = add nsw i64 %indvars.iv, 2 - %arrayidx12 = getelementptr inbounds float* %A, i64 %6 - %7 = load float* %arrayidx12, align 4 + %arrayidx12 = getelementptr inbounds float, float* %A, i64 %6 + %7 = load float, float* %arrayidx12, align 4 %mul13 = fmul float %7, 9.000000e+00 %add14 = fadd float %B.032, %mul13 %indvars.iv.next = add i64 %indvars.iv, 3 @@ -64,8 +64,8 @@ for.body: ; preds = %for.body.for.body_c br i1 %cmp, label %for.body.for.body_crit_edge, label %for.end for.body.for.body_crit_edge: ; preds = %for.body - %arrayidx3.phi.trans.insert = getelementptr inbounds float* %A, i64 %indvars.iv.next - %.pre = load float* %arrayidx3.phi.trans.insert, align 4 + %arrayidx3.phi.trans.insert = getelementptr inbounds float, float* %A, i64 %indvars.iv.next + %.pre = load float, float* %arrayidx3.phi.trans.insert, align 4 br label %for.body for.end: ; preds = %for.body |