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 d44c2f4 commit f1adc23Copy full SHA for f1adc23
llvm/lib/Transforms/Vectorize/VPlanTransforms.h
@@ -214,8 +214,8 @@ struct VPlanTransforms {
214
///
215
/// Once loop regions are replaced with explicit CFG, EVL loops can step with
216
/// variable vector lengths instead of fixed lengths. This transformation:
217
- /// * Make EVL-Phi concrete.
218
- // * Remove CanonicalIV and increment.
+ /// * Makes EVL-Phi concrete.
+ // * Removes CanonicalIV and increment.
219
/// * Replaces fixed-length stepping (branch-on-cond CanonicalIVInc,
220
/// VectorTripCount) with variable-length stepping (branch-on-cond
221
/// EVLIVInc, TripCount).
0 commit comments