[llvm] [VPlan] Impl VPlan-based pattern match for ExtendedRed and MulAccRed (PR #113903)
Sander de Smalen via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 23 07:14:39 PDT 2025
================
@@ -181,6 +182,13 @@ struct VPlanTransforms {
/// CanonicalIVTy as type for all un-typed live-ins in VPTypeAnalysis.
static void convertToConcreteRecipes(VPlan &Plan, Type &CanonicalIVTy);
+ /// This function converts initial recipes to the abstract recipes and clamps
+ /// \p Range based on cost model for following optimizations and cost
+ /// estimations. The converted abstract recipes will lower to concrete
+ /// recipies before codegen.
----------------
sdesmalen-arm wrote:
```suggestion
/// recipes before codegen.
```
https://github.com/llvm/llvm-project/pull/113903
More information about the llvm-commits
mailing list