[llvm] [VPlan] Expand VPWidenIntOrFpInductionRecipe into separate recipes (PR #118638)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 02:20:38 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:

Sure, just to check do you mean by checking against the dumped vplan in the debug output?

https://github.com/llvm/llvm-project/pull/118638


More information about the llvm-commits mailing list