[llvm] [VPlan] Add VPlan-based addMinIterCheck, replace ILV for non-epilogue. (PR #153643)

via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 21 08:45:59 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
----------------
ayalz wrote:

```suggestion
  // Create a check to see if the main vector loop should be executed
```
?

https://github.com/llvm/llvm-project/pull/153643


More information about the llvm-commits mailing list