[llvm] [VPlan] Impl VPlan-based pattern match for ExtendedRed and MulAccRed (PR #113903)
    Elvis Wang via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Apr 10 19:11:01 PDT 2025
    
    
  
================
@@ -9515,6 +9458,29 @@ LoopVectorizationPlanner::tryToBuildVPlanWithVPRecipes(VFRange &Range) {
   // Adjust the recipes for any inloop reductions.
   adjustRecipesForReductions(Plan, RecipeBuilder, Range.Start);
 
+  // Transform recipes to abstract recipes if it is leagal and beneficial and
----------------
ElvisWang123 wrote:
Done, thanks.
https://github.com/llvm/llvm-project/pull/113903
    
    
More information about the llvm-commits
mailing list