[llvm] [VPlan] Add VPlan-based addMinIterCheck, replace ILV for non-epilogue. (PR #153643)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 21 10:40:04 PDT 2025
================
@@ -724,6 +713,9 @@ class EpilogueVectorizerMainLoop : public InnerLoopAndEpilogueVectorizer {
BasicBlock *createEpilogueVectorizedLoopSkeleton() final;
protected:
+ // Create a check to see if the vector loop should be executed
----------------
fhahn wrote:
Yep, updated thanks!
https://github.com/llvm/llvm-project/pull/153643
More information about the llvm-commits
mailing list