[PATCH] D23068: LoadStoreVectorizer: Remove TargetBaseAlign. Keep alignment for stack adjustments.

Alina Sbirlea via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 14:20:47 PDT 2016


asbirlea marked an inline comment as done.

================
Comment at: test/Transforms/LoadStoreVectorizer/X86/preserve-order32.ll:21
@@ -22,1 +20,3 @@
+  %buff.p = load i8*, i8** %tmp1
+  %buff.val = load i8, i8* %buff.p
   store i8 0, i8* %buff.p, align 8
----------------
I removed the alignments for arr[1] both for this and the 64bit variant of the test.


https://reviews.llvm.org/D23068





More information about the llvm-commits mailing list