[llvm] [VPlan] Process simplifyRecipes via a worklist (PR #133977)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 05:21:12 PDT 2025
================
@@ -1684,6 +1706,7 @@ void VPlanTransforms::optimize(VPlan &Plan) {
runPass(removeRedundantInductionCasts, Plan);
runPass(simplifyRecipes, Plan, *Plan.getCanonicalIV()->getScalarType());
+ runPass(simplifyBlends, Plan);
----------------
lukel97 wrote:
Good idea, split out in https://github.com/llvm/llvm-project/pull/134073
https://github.com/llvm/llvm-project/pull/133977
More information about the llvm-commits
mailing list