Skip to content

Commit f23ef73

Browse files
Update mlir/include/mlir/Dialect/Affine/Transforms/Transforms.h
Co-authored-by: Nicolas Vasilache <[email protected]>
1 parent b6f3019 commit f23ef73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Affine/Transforms/Transforms.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ OpFoldResult materializeComputedBound(
132132
/// Tries to simplify all affine min or max operations under `topOp`. The
133133
/// transform works by finding disjoint sets of affine result expressions
134134
/// bounded by a common affine expression on the min/max operation. It populates
135-
/// `modifiedOps` with all the operations modified by the transform/
135+
/// `modifiedOps` with all the operations modified by the transform.
136136
///
137137
/// In concrete terms, given an operation like:
138138
/// `affine.min affine_map<(d0)[s0, s1] -> (d0, s1, s0, 128)>(%i)[%s0, %s1]`

0 commit comments

Comments
 (0)