[llvm] [VPlan] Manage Sentinel value for FindLastIV in VPlan. (PR #142291)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 13 13:53:24 PDT 2025
================
@@ -9825,8 +9829,8 @@ preparePlanForEpilogueVectorLoop(VPlan &Plan, Loop *L,
BasicBlock *ResumeBB = cast<Instruction>(ResumeV)->getParent();
IRBuilder<> Builder(ResumeBB, ResumeBB->getFirstNonPHIIt());
Value *Cmp = Builder.CreateICmpEQ(ResumeV, ToFrozen[StartV]);
----------------
ayalz wrote:
`Value *Sentinel = ...`
https://github.com/llvm/llvm-project/pull/142291
More information about the llvm-commits
mailing list