[PATCH] D130755: [LoopVectorize] Introduce trip count minimal value threshold to ignore tail-folding for scalable vectors

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 05:52:38 PDT 2022


paulwalker-arm added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:192
 
+static cl::opt<unsigned> MinTripCountTailFoundlingThreshold(
+    "vectorizer-min-trip-count-tail-folding", cl::init(5), cl::Hidden,
----------------
Typo here, should be TailFolding?


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

https://reviews.llvm.org/D130755



More information about the llvm-commits mailing list