Skip to content

Commit 6245b89

Browse files
committed
[MLIR] Use applyOpPatternsGreedily instead of deprecated applyOpPatternsAndFold in documentation
1 parent c6d95c4 commit 6245b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/PatternRewriter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ This driver comes in two fashions:
361361
* `applyPatternsGreedily` ("region-based driver") applies patterns to
362362
all ops in a given region or a given container op (but not the container op
363363
itself). I.e., the worklist is initialized with all containing ops.
364-
* `applyOpPatternsAndFold` ("op-based driver") applies patterns to the
364+
* `applyOpPatternsGreedily` ("op-based driver") applies patterns to the
365365
provided list of operations. I.e., the worklist is initialized with the
366366
specified list of ops.
367367

0 commit comments

Comments
 (0)