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

via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 02:02:26 PST 2025


================
@@ -1887,10 +1887,148 @@ void VPlanTransforms::createInterleaveGroups(
   }
 }
 
-void VPlanTransforms::convertToConcreteRecipes(VPlan &Plan) {
+/// Expand a VPWidenIntOrFpInduction into executable recipes. for the initial
----------------
LiqinWeng wrote:

Could you add a test case?

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


More information about the llvm-commits mailing list