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/selectiondag-cse.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/selectiondag-cse.ll')
-rw-r--r-- | test/CodeGen/X86/selectiondag-cse.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/X86/selectiondag-cse.ll b/test/CodeGen/X86/selectiondag-cse.ll index a653a1c..c9e5801 100644 --- a/test/CodeGen/X86/selectiondag-cse.ll +++ b/test/CodeGen/X86/selectiondag-cse.ll @@ -39,7 +39,7 @@ bb5: %tmp13 = add i32 %tmp12, %tmp10 %tmp14 = lshr i32 %tmp13, 2 %tmp15 = trunc i32 %tmp14 to i16 - store i16 %tmp15, i16* getelementptr inbounds (%0* @images, i64 0, i32 47, i64 3, i64 0, i64 3), align 2 + store i16 %tmp15, i16* getelementptr inbounds (%0, %0* @images, i64 0, i32 47, i64 3, i64 0, i64 3), align 2 %tmp16 = lshr i208 %tmp, 96 %tmp17 = trunc i208 %tmp16 to i32 %tmp18 = and i32 %tmp17, 65535 @@ -48,12 +48,12 @@ bb5: %tmp21 = add i32 %tmp20, 0 %tmp22 = lshr i32 %tmp21, 2 %tmp23 = trunc i32 %tmp22 to i16 - store i16 %tmp23, i16* getelementptr inbounds (%0* @images, i64 0, i32 47, i64 3, i64 2, i64 3), align 2 + store i16 %tmp23, i16* getelementptr inbounds (%0, %0* @images, i64 0, i32 47, i64 3, i64 2, i64 3), align 2 %tmp24 = add i32 %tmp6, %tmp9 %tmp25 = add i32 %tmp24, 0 %tmp26 = lshr i32 %tmp25, 2 %tmp27 = trunc i32 %tmp26 to i16 - store i16 %tmp27, i16* getelementptr inbounds (%0* @images, i64 0, i32 47, i64 7, i64 1, i64 2), align 4 + store i16 %tmp27, i16* getelementptr inbounds (%0, %0* @images, i64 0, i32 47, i64 7, i64 1, i64 2), align 4 %tmp28 = lshr i208 %tmp, 80 %tmp29 = shl nuw nsw i208 %tmp28, 1 %tmp30 = trunc i208 %tmp29 to i32 @@ -61,7 +61,7 @@ bb5: %tmp32 = add i32 %tmp12, %tmp31 %tmp33 = lshr i32 %tmp32, 2 %tmp34 = trunc i32 %tmp33 to i16 - store i16 %tmp34, i16* getelementptr inbounds (%0* @images, i64 0, i32 47, i64 7, i64 1, i64 3), align 2 + store i16 %tmp34, i16* getelementptr inbounds (%0, %0* @images, i64 0, i32 47, i64 7, i64 1, i64 3), align 2 br label %bb35 bb35: ; preds = %bb5, %bb4 |