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

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 2 06:23:02 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);
----------------
artagnon wrote:

Strange: I thought simplifyRecipes was a static function. (Can address in follow-up)

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


More information about the llvm-commits mailing list