[llvm] [VPlan] Add transformation to narrow interleave groups. (PR #106441)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 22 04:59:42 PDT 2025
================
@@ -7725,6 +7725,7 @@ DenseMap<const SCEV *, Value *> LoopVectorizationPlanner::executePlan(
VPlanTransforms::unrollByUF(BestVPlan, BestUF,
OrigLoop->getHeader()->getContext());
VPlanTransforms::optimizeForVFAndUF(BestVPlan, BestVF, BestUF, PSE);
+ VPlanTransforms::narrowInterleaveGroups(BestVPlan, BestVF);
----------------
fhahn wrote:
Yes, this might be a good first candidate for cloning/splitting VF range for a VPlan. Will look into that as follow-up!
https://github.com/llvm/llvm-project/pull/106441
More information about the llvm-commits
mailing list