Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1065)

Unified Diff: test/Transforms/NaCl/life.ll

Issue 1151093004: Changes from 3.7 merge to files not in upstream (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/Transforms/NaCl/life.ll
diff --git a/test/Transforms/NaCl/life.ll b/test/Transforms/NaCl/life.ll
index 44991489aa7291e2f4385bdf18616a0cd756cc3d..dcaf02ff2e17dae049953eb7d9367bd48e424a66 100644
--- a/test/Transforms/NaCl/life.ll
+++ b/test/Transforms/NaCl/life.ll
@@ -55,11 +55,11 @@ define <16 x i8> @InnerLoop(<16 x i8>* %pixel_line, <16 x i8> %src00, <16 x i8>
%shuffle20 = shufflevector <16 x i8> %and, <16 x i8> <i8 0, i8 -1, i8 undef, i8 undef, i8 undef, i8 undef, i8 undef, i8 undef, i8 undef, i8 undef, i8 undef, i8 undef, i8 undef, i8 undef, i8 undef, i8 undef>, <16 x i32> <i32 16, i32 8, i32 16, i32 17, i32 16, i32 9, i32 16, i32 17, i32 16, i32 10, i32 16, i32 17, i32 16, i32 11, i32 16, i32 17>
%shuffle21 = shufflevector <16 x i8> %and, <16 x i8> <i8 0, i8 -1, i8 undef, i8 undef, i8 undef, i8 undef, i8 undef, i8 undef, i8 undef, i8 undef, i8 undef, i8 undef, i8 undef, i8 undef, i8 undef, i8 undef>, <16 x i32> <i32 16, i32 12, i32 16, i32 17, i32 16, i32 13, i32 16, i32 17, i32 16, i32 14, i32 16, i32 17, i32 16, i32 15, i32 16, i32 17>
store <16 x i8> %shuffle18, <16 x i8>* %pixel_line, align 16
- %add.ptr22 = getelementptr inbounds <16 x i8>* %pixel_line, i32 1
+ %add.ptr22 = getelementptr inbounds <16 x i8>, <16 x i8>* %pixel_line, i32 1
store <16 x i8> %shuffle19, <16 x i8>* %add.ptr22, align 16
- %add.ptr23 = getelementptr inbounds <16 x i8>* %pixel_line, i32 2
+ %add.ptr23 = getelementptr inbounds <16 x i8>, <16 x i8>* %pixel_line, i32 2
store <16 x i8> %shuffle20, <16 x i8>* %add.ptr23, align 16
- %add.ptr24 = getelementptr inbounds <16 x i8>* %pixel_line, i32 3
+ %add.ptr24 = getelementptr inbounds <16 x i8>, <16 x i8>* %pixel_line, i32 3
store <16 x i8> %shuffle21, <16 x i8>* %add.ptr24, align 16
%and25 = and <16 x i8> %and, <i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1>
ret <16 x i8> %and25

Powered by Google App Engine
This is Rietveld 408576698