[PATCH] D22119: Extended LoadStoreVectorizer to vectorize subchains.
Justin Lebar via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 8 22:55:59 PDT 2016
jlebar added inline comments.
================
Comment at: lib/Transforms/Vectorize/LoadStoreVectorizer.cpp:443
@@ -439,3 +442,3 @@
DEBUG(dbgs() << "LSV: Found side-effecting operation: " << *I << '\n');
- return false;
+ return 0;
}
----------------
Did you intend to address this comment in your latest update?
http://reviews.llvm.org/D22119
More information about the llvm-commits
mailing list