Skip to content

Commit f1adc23

Browse files
arcbbblukel97
andauthored
Update llvm/lib/Transforms/Vectorize/VPlanTransforms.h
Co-authored-by: Luke Lau <[email protected]>
1 parent d44c2f4 commit f1adc23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ struct VPlanTransforms {
214214
///
215215
/// Once loop regions are replaced with explicit CFG, EVL loops can step with
216216
/// variable vector lengths instead of fixed lengths. This transformation:
217-
/// * Make EVL-Phi concrete.
218-
// * Remove CanonicalIV and increment.
217+
/// * Makes EVL-Phi concrete.
218+
// * Removes CanonicalIV and increment.
219219
/// * Replaces fixed-length stepping (branch-on-cond CanonicalIVInc,
220220
/// VectorTripCount) with variable-length stepping (branch-on-cond
221221
/// EVLIVInc, TripCount).

0 commit comments

Comments
 (0)