[llvm] [LV] Optimise latch exit induction users for some early exit loops (PR #128880)
Benjamin Maxwell via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 26 10:03:01 PST 2025
================
@@ -730,67 +730,74 @@ static VPWidenInductionRecipe *getOptimizableIVOf(VPValue *VPV) {
return IsWideIVInc() ? WideIV : nullptr;
}
-void VPlanTransforms::optimizeInductionExitUsers(
- VPlan &Plan, DenseMap<VPValue *, VPValue *> &EndValues) {
+static VPValue *
+optimizeLatchExitInductionUser(VPlan &Plan, VPTypeAnalysis &TypeInfo,
----------------
MacDue wrote:
Worth adding a doc comment now this is split off from `optimizeInductionExitUsers()`?
https://github.com/llvm/llvm-project/pull/128880
More information about the llvm-commits
mailing list