[llvm] [VPlan] Split out VPBlendRecipe simplifications from simplifyRecipes. NFC (PR #134073)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 2 06:26:49 PDT 2025


================
@@ -183,6 +183,10 @@ struct VPlanTransforms {
   /// CanonicalIVTy as type for all un-typed live-ins in VPTypeAnalysis.
   static void simplifyRecipes(VPlan &Plan, Type &CanonicalIVTy);
----------------
lukel97 wrote:

It is but it's also called from LoopVectorizer.cpp, unlike the other passes in VPlanTransforms::optimize

https://github.com/llvm/llvm-project/pull/134073


More information about the llvm-commits mailing list