[PATCH] D93967: [SLP]Need shrink the load vector after reordering.

Anton Afanasyev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 1 09:26:40 PST 2021


anton-afanasyev added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:4265
         if (VL.size() == E->Scalars.size() && !E->ReuseShuffleIndices.empty()) {
           // We need to get the vectorized value but without shuffle.
+          // Reshuffle to get only unique values.
----------------
This comment is obsolete after change.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93967/new/

https://reviews.llvm.org/D93967



More information about the llvm-commits mailing list