[llvm] [VPlan] Optimize more IV increment exit users by using a map (PR #147016)
Shih-Po Hung via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 4 15:47:02 PDT 2025
================
@@ -8887,15 +8887,18 @@ VPlanPtr LoopVectorizationPlanner::tryToBuildVPlanWithVPRecipes(
// Update wide induction increments to use the same step as the corresponding
// wide induction. This enables detecting induction increments directly in
// VPlan and removes redundant splats.
+ DenseMap<VPValue *, VPWidenInductionRecipe *> MapIVs;
----------------
arcbbb wrote:
Fixed. Thanks!
https://github.com/llvm/llvm-project/pull/147016
More information about the llvm-commits
mailing list