[PATCH] D122148: [SLP] Peak into loads when hitting the RecursionMaxDepth

Kyrill Tkachov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 06:28:48 PDT 2022


ktkachov added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:4105
+  // Gather if we hit the RecursionMaxDepth, unless this is a load (or z/sext of
+  // a load), in which case peak through to include it in the tree, without
+  // ballooning over-budget.
----------------
typo nit: should be "peek"


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

https://reviews.llvm.org/D122148



More information about the llvm-commits mailing list