[llvm] [VPlan] Add narrowToSingleScalarRecipe transform. (PR #139150)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri May 16 13:06:34 PDT 2025
================
@@ -1086,6 +1086,40 @@ void VPlanTransforms::simplifyRecipes(VPlan &Plan, Type &CanonicalIVTy) {
}
}
+static void convertToUniformRecipes(VPlan &Plan) {
----------------
fhahn wrote:
Updated to narrowToSingleScalarRecipe, thanks
https://github.com/llvm/llvm-project/pull/139150
More information about the llvm-commits
mailing list