Skip to content

Commit 4879ea5

Browse files
committed
reduction -> phi
1 parent a9a350d commit 4879ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3427,7 +3427,7 @@ void VPFirstOrderRecurrencePHIRecipe::print(raw_ostream &O, const Twine &Indent,
34273427
void VPReductionPHIRecipe::execute(VPTransformState &State) {
34283428
auto &Builder = State.Builder;
34293429

3430-
// If this reduction is fed by a scaled reduction then it should output a
3430+
// If this phi is fed by a scaled reduction then it should output a
34313431
// vector with fewer elements than the VF.
34323432
ElementCount VF = State.VF.divideCoefficientBy(VFScaleFactor);
34333433

0 commit comments

Comments
 (0)