[PATCH] D26905: [SLP] Vectorize loads of consecutive memory accesses, accessed in non-consecutive (jumbled) way.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 04:26:42 PST 2016
RKSimon added inline comments.
================
Comment at: lib/Transforms/Vectorize/SLPVectorizer.cpp:2568
+ SmallVector<Constant *, 8> Mask;
+ for( Value* Val : VL) {
+ if (ScalarToTreeEntry.count(Val)) {
----------------
clang-format?
https://reviews.llvm.org/D26905
More information about the llvm-commits
mailing list