[PATCH] D70587: [SLP] Enhance SLPVectorizer to vectorize different combinations of aggregates

Anton Afanasyev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 22 09:42:13 PST 2019


anton-afanasyev marked an inline comment as done.
anton-afanasyev added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:3103
+    } else {
+      auto *SeqT = dyn_cast<SequentialType>(EltTy);
+      N *= SeqT->getNumElements();
----------------
RKSimon wrote:
> cast<SequentialType>
Yes, thanks.


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