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 c6d95c4 commit 6245b89Copy full SHA for 6245b89
mlir/docs/PatternRewriter.md
@@ -361,7 +361,7 @@ This driver comes in two fashions:
361
* `applyPatternsGreedily` ("region-based driver") applies patterns to
362
all ops in a given region or a given container op (but not the container op
363
itself). I.e., the worklist is initialized with all containing ops.
364
-* `applyOpPatternsAndFold` ("op-based driver") applies patterns to the
+* `applyOpPatternsGreedily` ("op-based driver") applies patterns to the
365
provided list of operations. I.e., the worklist is initialized with the
366
specified list of ops.
367
0 commit comments