[llvm] [VPlan] Impl VPlan-based pattern match for ExtendedRed and MulAccRed (PR #113903)
Elvis Wang via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 23 07:45:34 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.
----------------
ElvisWang123 wrote:
Done!
https://github.com/llvm/llvm-project/pull/113903
More information about the llvm-commits
mailing list