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