[Mlir-commits] [mlir] [MLIR] Add option to postpone remark emission (PR #157434)

Mehdi Amini llvmlistbot at llvm.org
Wed Sep 17 04:40:07 PDT 2025


================
@@ -344,6 +355,8 @@ class MLIRRemarkStreamerBase {
 
 class RemarkEngine {
 private:
+  /// Postponed remarks. They are shown at the end of the pipeline.
----------------
joker-eph wrote:

```suggestion
  /// Postponed remarks. They are deferred to the end of the pipeline, where the
  /// user can intercept them for custom processing, otherwise they will be reported
  /// on engine destruction.
```

https://github.com/llvm/llvm-project/pull/157434


More information about the Mlir-commits mailing list