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 f99cbd4 commit 59545b9Copy full SHA for 59545b9
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -2426,8 +2426,8 @@ class VPReductionRecipe : public VPRecipeWithIRFlags {
2426
/// divided by.
2427
/// For outer-loop reductions this is equal to 1.
2428
/// For in-loop reductions this is equal to 0, to specify that this is equal
2429
- /// to the VF (which may not be known yet). For partial-reductions this is
2430
- /// equal to another scalar value.
+ /// to the VF (which may not be known yet).
+ /// For partial-reductions this is equal to another scalar value.
2431
unsigned VFScaleFactor;
2432
2433
protected:
0 commit comments