[llvm] [VPlan] Add convertToUniformRecipe transform. (PR #139150)
Mel Chen via llvm-commits
llvm-commits at lists.llvm.org
Wed May 14 01:32:01 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);
----------------
Mel-Chen wrote:
Do we need to apply uniform analysis if VF=1? If not, could we skip it when VF=1?
https://github.com/llvm/llvm-project/pull/139150
More information about the llvm-commits
mailing list