[PATCH] D23906: LSV: Fix incorrectly increasing alignment

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 10:20:05 PDT 2016


efriedma added inline comments.

================
Comment at: lib/Transforms/Vectorize/LoadStoreVectorizer.cpp:799
@@ +798,3 @@
+                                                   StackAdjustedAlignment,
+                                                   DL, S0, nullptr, &DT);
+    if (NewAlign <= Alignment)
----------------
I'm sort of confused about what you're doing here... what is StackAdjustedAlignment supposed to be?


https://reviews.llvm.org/D23906





More information about the llvm-commits mailing list