[PATCH] D149893: Rewrite LSV to handle longer chains.

Sergei Barannikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 04:40:50 PDT 2023


barannikov88 added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp:1277
+std::optional<APInt> Vectorizer::getConstantOffsetSelects(Value *PtrA, Value *PtrB,
+                                                    unsigned Depth) {
   if (Depth++ == MaxDepth)
----------------
Formatting is off (above, too).



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149893



More information about the llvm-commits mailing list