We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d211abc commit 338cbfeCopy full SHA for 338cbfe
mlir/include/mlir/Transforms/DialectConversion.h
@@ -1088,8 +1088,9 @@ struct ConversionConfig {
1088
1089
/// An optional listener that is notified about all IR modifications in case
1090
/// 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.
+ /// modifications are visible (i.e., they were all rolled back), or if the
+ /// dialect conversion is an "analysis conversion", no notifications are
1093
+ /// sent (apart from `notifyPatternBegin`/notifyPatternEnd`).
1094
///
1095
/// Note: Notifications are sent in a delayed fashion, when the dialect
1096
/// conversion is guaranteed to succeed. At that point, some IR modifications
0 commit comments