diff options
author | Pirama Arumuga Nainar <pirama@google.com> | 2015-04-10 21:22:52 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-04-10 21:23:04 +0000 |
commit | 31195f0bdca6ee2a5e72d07edf13e1d81206d949 (patch) | |
tree | 1b2c9792582e12f5af0b1512e3094425f0dc0df9 /test/CodeGen/X86/atom-fixup-lea3.ll | |
parent | c75239e6119d0f9a74c57099d91cbc9bde56bf33 (diff) | |
parent | 4c5e43da7792f75567b693105cc53e3f1992ad98 (diff) | |
download | external_llvm-31195f0bdca6ee2a5e72d07edf13e1d81206d949.zip external_llvm-31195f0bdca6ee2a5e72d07edf13e1d81206d949.tar.gz external_llvm-31195f0bdca6ee2a5e72d07edf13e1d81206d949.tar.bz2 |
Merge "Update aosp/master llvm for rebase to r233350"
Diffstat (limited to 'test/CodeGen/X86/atom-fixup-lea3.ll')
-rw-r--r-- | test/CodeGen/X86/atom-fixup-lea3.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/CodeGen/X86/atom-fixup-lea3.ll b/test/CodeGen/X86/atom-fixup-lea3.ll index 311b0b3..ed2df27 100644 --- a/test/CodeGen/X86/atom-fixup-lea3.ll +++ b/test/CodeGen/X86/atom-fixup-lea3.ll @@ -26,7 +26,7 @@ entry: br i1 %cmp7, label %for.body.lr.ph, label %for.end for.body.lr.ph: ; preds = %entry - %.pre = load i32* %m, align 4 + %.pre = load i32, i32* %m, align 4 br label %for.body for.body: ; preds = %for.body, %for.body.lr.ph @@ -34,12 +34,12 @@ for.body: ; preds = %for.body, %for.body %sum.010 = phi i32 [ 0, %for.body.lr.ph ], [ %add3, %for.body ] %j.09 = phi i32 [ 0, %for.body.lr.ph ], [ %inc1, %for.body ] %inc1 = add nsw i32 %j.09, 1 - %arrayidx = getelementptr inbounds i32* %array2, i32 %j.09 - %1 = load i32* %arrayidx, align 4 + %arrayidx = getelementptr inbounds i32, i32* %array2, i32 %j.09 + %1 = load i32, i32* %arrayidx, align 4 %add = add nsw i32 %0, %1 store i32 %add, i32* %m, align 4 - %arrayidx2 = getelementptr inbounds i32* %array, i32 %inc1 - %2 = load i32* %arrayidx2, align 4 + %arrayidx2 = getelementptr inbounds i32, i32* %array, i32 %inc1 + %2 = load i32, i32* %arrayidx2, align 4 %add3 = add nsw i32 %2, %sum.010 %exitcond = icmp eq i32 %inc1, %n br i1 %exitcond, label %for.end, label %for.body |