Skip to content

Commit 4f6ec38

Browse files
committed
[MLIR] Document that Dialect Conversion traverses in preorder
Reviewed By: rriddle Differential Revision: https://reviews.llvm.org/D102525
1 parent 20daeda commit 4f6ec38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mlir/docs/DialectConversion.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ conversion modes that may be selected from:
4545
operations.
4646
- An analysis conversion can be applied via `applyAnalysisConversion`.
4747

48+
In all cases, the framework walks the operations in preorder, examining an op
49+
before the ops in any regions it has.
50+
4851
## Conversion Target
4952

5053
The conversion target is a formal definition of what is considered to be legal

0 commit comments

Comments
 (0)