Skip to content

Commit 338cbfe

Browse files
[mlir][Transforms][NFC] Improve dialect conversion documentation (#94736)
1 parent d211abc commit 338cbfe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mlir/include/mlir/Transforms/DialectConversion.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,8 +1088,9 @@ struct ConversionConfig {
10881088

10891089
/// An optional listener that is notified about all IR modifications in case
10901090
/// dialect conversion succeeds. If the dialect conversion fails and no IR
1091-
/// modifications are visible (i.e., they were all rolled back), no
1092-
/// notifications are sent.
1091+
/// modifications are visible (i.e., they were all rolled back), or if the
1092+
/// dialect conversion is an "analysis conversion", no notifications are
1093+
/// sent (apart from `notifyPatternBegin`/notifyPatternEnd`).
10931094
///
10941095
/// Note: Notifications are sent in a delayed fashion, when the dialect
10951096
/// conversion is guaranteed to succeed. At that point, some IR modifications

0 commit comments

Comments
 (0)