[llvm] [VPlan] Add transformation to narrow interleave groups. (PR #106441)

via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 05:59:49 PDT 2024


================
@@ -7487,6 +7487,9 @@ LoopVectorizationPlanner::executePlan(
 
   VPlanTransforms::optimizeForVFAndUF(BestVPlan, BestVF, BestUF, PSE);
 
----------------
ayalz wrote:

Should `optimizeForVFAndUF()` above be renamed `eliminateRedundantBranchOnCount()`?
Otherwise `narrowInterleaveGroups()` below would consistently be `optimizeForVF()`.

https://github.com/llvm/llvm-project/pull/106441


More information about the llvm-commits mailing list