[llvm] [VPlan] Add VPBundleRecipe, replacing extended reduction recipes. (PR #144281)
Sam Tebbs via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 26 02:26:45 PDT 2025
================
@@ -2917,6 +2706,108 @@ class VPBranchOnMaskRecipe : public VPRecipeBase {
}
};
+/// A recipe to combine multiple recipes into a 'bundle' recipe, which should be
----------------
SamTebbs33 wrote:
The recipes aren't bundled until they're in the recipe so I don't think saying "multiple 'bundled' recipes" is correct. The original comment is correct in that the recipes are separate until they're bundled into this class.
https://github.com/llvm/llvm-project/pull/144281
More information about the llvm-commits
mailing list