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 1083e95 commit 58d7419Copy full SHA for 58d7419
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -2239,7 +2239,7 @@ class VPInterleaveRecipe : public VPRecipeBase {
2239
/// a vector operand into a scalar value, and adding the result to a chain.
2240
/// The Operands are {ChainOp, VecOp, [Condition]}.
2241
class VPReductionRecipe : public VPRecipeWithIRFlags {
2242
- /// The recurrence decriptor for the reduction in question.
+ /// The recurrence kind for the reduction in question.
2243
RecurKind RdxKind;
2244
bool IsOrdered;
2245
/// Whether the reduction is conditional.
0 commit comments