[llvm] [VPlan] Detect and create partial reductions in VPlan. (NFCI) (PR #167851)
Sam Tebbs via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 18 07:41:41 PST 2025
================
@@ -8521,11 +8307,10 @@ VPlanPtr LoopVectorizationPlanner::tryToBuildVPlanWithVPRecipes(
*Plan))
return nullptr;
- // Transform recipes to abstract recipes if it is legal and beneficial and
- // clamp the range for better cost estimation.
- // TODO: Enable following transform when the EVL-version of extended-reduction
- // and mulacc-reduction are implemented.
----------------
SamTebbs33 wrote:
Did you mean to remove the whole comment?
https://github.com/llvm/llvm-project/pull/167851
More information about the llvm-commits
mailing list