[PATCH] D105275: [SLP]Fix gathering of the scalars by not ignoring UndefValues.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 1 08:06:08 PDT 2021


ABataev added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:4876
   }
+  // Insert non-constant value.
+  for (int I : NonConsts)
----------------
alexfh wrote:
> "values"?
Fixed, thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105275



More information about the llvm-commits mailing list