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

Alexander Kornienko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 1 08:01:12 PDT 2021


alexfh added inline comments.


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


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