[PATCH] D45263: [SLP] Allow reordering of vectorization trees with reused instructions.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 14 04:39:13 PDT 2018
RKSimon added inline comments.
================
Comment at: lib/Transforms/Vectorize/SLPVectorizer.cpp:525
+ const unsigned E = Indices.size();
+ Mask.resize(E);
+ for (unsigned I = 0; I < E; ++I)
----------------
Set default value in the resize?
Repository:
rL LLVM
https://reviews.llvm.org/D45263
More information about the llvm-commits
mailing list