File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
mlir/include/mlir/Transforms Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1088,8 +1088,9 @@ struct ConversionConfig {
1088
1088
1089
1089
// / An optional listener that is notified about all IR modifications in case
1090
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.
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`).
1093
1094
// /
1094
1095
// / Note: Notifications are sent in a delayed fashion, when the dialect
1095
1096
// / conversion is guaranteed to succeed. At that point, some IR modifications
You can’t perform that action at this time.
0 commit comments