[llvm] [VPlan] Unroll VPReplicateRecipe by VF. (PR #142433)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 19 03:35:35 PDT 2025
================
@@ -99,6 +99,11 @@ struct VPlanTransforms {
/// Explicitly unroll \p Plan by \p UF.
static void unrollByUF(VPlan &Plan, unsigned UF, LLVMContext &Ctx);
+ /// Replace replicating VPReplicateRecipes outside replicate regions in \p
+ /// Plan with \p VF single-scalar recipes.
----------------
ayalz wrote:
```suggestion
/// Replace each VPReplicateRecipe outside on any replicate region in \p Plan
/// with \p VF single-scalar recipes.
```
https://github.com/llvm/llvm-project/pull/142433
More information about the llvm-commits
mailing list