[llvm] [VPlan] Add transformation to narrow interleave groups. (PR #106441)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 7 07:50:07 PST 2025
================
@@ -137,6 +137,13 @@ struct VPlanTransforms {
/// Lower abstract recipes to concrete ones, that can be codegen'd.
static void convertToConcreteRecipes(VPlan &Plan);
+
+ /// Try to convert a plan with interleave groups with VF elements to a plan
+ /// with the
+ /// the interleave groups replaced by wide loads and stores processing VF
----------------
alexey-bataev wrote:
Formatting?
https://github.com/llvm/llvm-project/pull/106441
More information about the llvm-commits
mailing list