[llvm] [VPlan] Make canonical IV part of the region (PR #156262)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 2 00:48:02 PDT 2025
================
@@ -9520,55 +9516,55 @@ static SmallVector<Instruction *> preparePlanForEpilogueVectorLoop(
VPBasicBlock *Header = VectorLoop->getEntryBasicBlock();
Header->setName("vec.epilog.vector.body");
- DenseMap<Value *, Value *> ToFrozen;
SmallVector<Instruction *> InstsToMove;
+ DenseMap<Value *, Value *> ToFrozen;
// Ensure that the start values for all header phi recipes are updated before
// vectorizing the epilogue loop.
----------------
ayalz wrote:
This comment is moved below.
https://github.com/llvm/llvm-project/pull/156262
More information about the llvm-commits
mailing list