[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
================
@@ -1092,6 +1024,84 @@ void VPlanTransforms::simplifyRecipes(VPlan &Plan, Type &CanonicalIVTy) {
}
}
+void VPlanTransforms::simplifyBlends(VPlan &Plan) {
----------------
artagnon wrote:
Sorry I missed this earlier, but it looks like simplifyBlends can be made static, and doesn't need to be added in the header?
https://github.com/llvm/llvm-project/pull/134073
More information about the llvm-commits
mailing list