[llvm] [VPlan] Unroll VPReplicateRecipe by VF. (PR #142433)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 21 14:27:14 PDT 2025
================
@@ -936,6 +936,13 @@ class VPInstruction : public VPRecipeWithIRFlags,
BranchOnCount,
BranchOnCond,
Broadcast,
+ /// Creates a struct of fixed-width vectors containing all operands. The
+ /// number of operands
+ /// matches the number of fields in the struct.
----------------
fhahn wrote:
Updated, thanks!
https://github.com/llvm/llvm-project/pull/142433
More information about the llvm-commits
mailing list