[llvm] [VPlan] Make canonical IV part of the region (PR #156262)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 15 18:06:23 PDT 2026
================
@@ -3349,10 +3353,10 @@ void VPlanTransforms::addExplicitVectorLength(
fixupVFUsersForEVL(Plan, *VPEVL);
removeDeadRecipes(Plan);
- // Replace all uses of VPCanonicalIVPHIRecipe by
+ // Replace all uses of VPCanonicalIV by
// VPCurrentIterationPHIRecipe except for the canonical IV increment.
----------------
ayalz wrote:
Better realign lines.
https://github.com/llvm/llvm-project/pull/156262
More information about the llvm-commits
mailing list