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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue May 13 08:55:25 PDT 2025


================
@@ -2390,6 +2380,129 @@ void VPlanTransforms::createInterleaveGroups(
   }
 }
 
+/// Expand a VPWidenIntOrFpInduction into executable recipes. for the initial
+/// value, phi and backedge value. In the followng example:
----------------
fhahn wrote:

```suggestion
/// value, phi and backedge value. In the following example:
```

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


More information about the llvm-commits mailing list