We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be39dca commit a96aa38Copy full SHA for a96aa38
llvm/include/llvm/IR/VectorBuilder.h
@@ -99,7 +99,7 @@ class VectorBuilder {
99
const Twine &Name = Twine());
100
101
/// Emit a VP reduction intrinsic call for recurrence kind.
102
- /// \param RdxID The intrinsic id of llvm.vector.reduce.*
+ /// \param RdxID The intrinsic ID of llvm.vector.reduce.*
103
/// \param ValTy The type of operand which the reduction operation is
104
/// performed.
105
/// \param VecOpArray The operand list.
0 commit comments