File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -99,11 +99,11 @@ class VectorBuilder {
99
99
ArrayRef<Value *> VecOpArray,
100
100
const Twine &Name = Twine());
101
101
102
- // Emit a VP reduction intrinsic call for recurrence \p Kind .
103
- // \p Kind The kind of recurrence
104
- // \p ValTy The type of operand which the reduction operation is
105
- // performed.
106
- // \p VecOpArray The operand list.
102
+ // / Emit a VP reduction intrinsic call for recurrence kind .
103
+ // / \param Kind The kind of recurrence
104
+ // / \param ValTy The type of operand which the reduction operation is
105
+ // / performed.
106
+ // / \param VecOpArray The operand list.
107
107
Value *createSimpleTargetReduction (RecurKind Kind, Type *ValTy,
108
108
ArrayRef<Value *> VecOpArray,
109
109
const Twine &Name = Twine());
You can’t perform that action at this time.
0 commit comments