[llvm] [VPlan] Add convertToUniformRecipe transform. (PR #139150)
via llvm-commits
llvm-commits at lists.llvm.org
Wed May 14 15:46:34 PDT 2025
================
@@ -1778,6 +1812,7 @@ void VPlanTransforms::optimize(VPlan &Plan) {
runPass(simplifyRecipes, Plan, *Plan.getCanonicalIV()->getScalarType());
runPass(simplifyBlends, Plan);
runPass(removeDeadRecipes, Plan);
+ runPass(convertToUniformRecipes, Plan);
----------------
ayalz wrote:
Hmm, suspect so, given that in such case all replicate recipes should already be "uniform" and widen recipes are irrelevant.
https://github.com/llvm/llvm-project/pull/139150
More information about the llvm-commits
mailing list