File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -327,9 +327,12 @@ that locally have the most benefit. The benefit of a pattern is decided solely
327327by the benefit specified on the pattern, and the relative order of the pattern
328328within the pattern list (when two patterns have the same local benefit).
329329
330+ The driver performs a post-order traversal. Note that it walks regions of the
331+ given op but does not visit the op.
332+
330333This driver does not (re)visit modified or newly replaced ops, and does not
331334allow for progressive rewrites of the same op. Op erasure is only supported for
332- the currently matched op. If your pattern- set requires these, consider using the
335+ the currently matched op. If your pattern set requires these, consider using the
333336Greedy Pattern Rewrite Driver instead, at the expense of extra overhead.
334337
335338This driver is exposed using the ` walkAndApplyPatterns ` function.
You can’t perform that action at this time.
0 commit comments