[llvm] [VPlan] Manage Sentinel value for FindLastIV in VPlan. (PR #142291)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 14 02:51:45 PDT 2025
================
@@ -9235,9 +9237,11 @@ void LoopVectorizationPlanner::adjustRecipesForReductions(
if (RecurrenceDescriptor::isFindLastIVRecurrenceKind(
RdxDesc.getRecurrenceKind())) {
VPValue *Start = PhiR->getStartValue();
----------------
fhahn wrote:
Done thanks
https://github.com/llvm/llvm-project/pull/142291
More information about the llvm-commits
mailing list