Skip to content

Commit 124ecd3

Browse files
committed
reduction -> phi
1 parent ad80508 commit 124ecd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3411,7 +3411,7 @@ void VPFirstOrderRecurrencePHIRecipe::print(raw_ostream &O, const Twine &Indent,
34113411
void VPReductionPHIRecipe::execute(VPTransformState &State) {
34123412
auto &Builder = State.Builder;
34133413

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

0 commit comments

Comments
 (0)