[PATCH] D22536: [LSV] Vectorize up to side-effecting instructions.
Alina Sbirlea via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 20 10:32:36 PDT 2016
asbirlea added inline comments.
================
Comment at: lib/Transforms/Vectorize/LoadStoreVectorizer.cpp:866
@@ -869,2 +865,3 @@
if (NewChain.empty()) {
// There exists a side effect instruction, no vectorization possible.
+ // No vectorization possible.
----------------
Remove comment?
https://reviews.llvm.org/D22536
More information about the llvm-commits
mailing list