[llvm] [VPlan] Unroll VPReplicateRecipe by VF. (PR #142433)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 10 02:49:59 PDT 2025
================
@@ -907,6 +907,12 @@ class VPInstruction : public VPRecipeWithIRFlags,
BranchOnCount,
BranchOnCond,
Broadcast,
+ /// Creates a vector containing all operands. The vector element count
----------------
fhahn wrote:
Yep scalable vectors aren't supported, updated to say `Creates a fixed-width vector ...`, thanks
https://github.com/llvm/llvm-project/pull/142433
More information about the llvm-commits
mailing list