[llvm] [VPlan] Run narrowInterleaveGroups during general VPlan optimizations. (PR #149706)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 23 09:51:23 PDT 2025
================
@@ -4047,14 +4049,14 @@ static bool canNarrowLoad(VPWidenRecipe *WideMember0, unsigned OpIdx,
return false;
}
-/// Returns true if \p IR is a full interleave group with factor and number of
----------------
ayalz wrote:
(Independent) `\p IR` should be `\p InterleaveR`
https://github.com/llvm/llvm-project/pull/149706
More information about the llvm-commits
mailing list