Skip to content

Commit 3f23b4d

Browse files
committed
Address comment
1 parent 63b5096 commit 3f23b4d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mlir/docs/Canonicalization.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,5 @@ accepted policy is:
294294
transformation a folder can.
295295
296296
* A canonicalization should always be implemented as a Folder if it fits
297-
the "local" definition of a folder.
298-
299-
* If a canonicalization does not fit as a folder, it should be implemented
297+
the "local" definition of a folder, otherwise it should be implemented
300298
as a `RewritePattern`.

0 commit comments

Comments
 (0)