[PATCH] D70587: [SLP] Enhance SLPVectorizer to vectorize different combinations of aggregates
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 22 09:40:13 PST 2019
RKSimon added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:3103
+ } else {
+ auto *SeqT = dyn_cast<SequentialType>(EltTy);
+ N *= SeqT->getNumElements();
----------------
cast<SequentialType>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70587/new/
https://reviews.llvm.org/D70587
More information about the llvm-commits
mailing list