[llvm] [VPlan] Expand VPWidenIntOrFpInductionRecipe into separate recipes (PR #118638)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 18 02:25:01 PST 2025
================
@@ -1887,10 +1887,148 @@ void VPlanTransforms::createInterleaveGroups(
}
}
-void VPlanTransforms::convertToConcreteRecipes(VPlan &Plan) {
+/// Expand a VPWidenIntOrFpInduction into executable recipes. for the initial
----------------
lukel97 wrote:
I've added a test in 856ac750f72eb3aff6deada6e01a7c92f15fadf3
https://github.com/llvm/llvm-project/pull/118638
More information about the llvm-commits
mailing list