[llvm] [VPlan] Unroll VPReplicateRecipe by VF. (PR #142433)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 21 14:27:17 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.
----------------
fhahn wrote:
Updated, thanks
https://github.com/llvm/llvm-project/pull/142433
More information about the llvm-commits
mailing list