[llvm] [LV] Use frozen start value for FindLastIV if needed. (PR #132691)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 2 05:07:32 PDT 2025


================
@@ -10365,24 +10385,7 @@ preparePlanForEpilogueVectorLoop(VPlan &Plan, Loop *L,
   VPBasicBlock *Header = VectorLoop->getEntryBasicBlock();
   Header->setName("vec.epilog.vector.body");
 
-  // Re-use the trip count and steps expanded for the main loop, as
----------------
david-arm wrote:

That's fine. 👍 

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


More information about the llvm-commits mailing list