[llvm] [LV] Optimize VPWidenIntOrFpInductionRecipe for known TC (PR #118828)
    Florian Hahn via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Mar 26 13:27:15 PDT 2025
    
    
  
================
@@ -1063,7 +1138,7 @@ void VPlanTransforms::optimizeForVFAndUF(VPlan &Plan, ElementCount BestVF,
 
     VPBlockUtils::connectBlocks(Preheader, Header);
     VPBlockUtils::connectBlocks(ExitingVPBB, Exit);
-    simplifyRecipes(Plan, *CanIVTy);
+    VPlanTransforms::simplifyRecipes(Plan, *CanIVTy);
----------------
fhahn wrote:
unrelated?
https://github.com/llvm/llvm-project/pull/118828
    
    
More information about the llvm-commits
mailing list