[llvm] [VPlan] Compute interleave count for VPlan. (PR #149702)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 5 02:52:30 PDT 2025
================
@@ -4686,15 +4679,20 @@ LoopVectorizationCostModel::selectInterleaveCount(VPlan &Plan, ElementCount VF,
// We don't attempt to perform interleaving for loops with uncountable early
----------------
ayalz wrote:
Should above "uncountable" be dropped?
https://github.com/llvm/llvm-project/pull/149702
More information about the llvm-commits
mailing list