[Mlir-commits] [mlir] [MLIR] Improve Remark documentation to include mlir-opt usage (PR #159284)
Mehdi Amini
llvmlistbot at llvm.org
Wed Sep 17 04:43:32 PDT 2025
================
@@ -145,6 +154,19 @@ LogicalResult MyPass::runOnOperation() {
}
```
+#### Example: Postpone remarks emitting
+
+`RemarkOpts` has `postpone` option. When it is set, the remark emission will be
+postponed until the end of the compilation.
----------------
joker-eph wrote:
It's still not clear to me how this is a decision of the remark author, and the implicit coupling that can exist between the remark and the consumer here?
https://github.com/llvm/llvm-project/pull/159284
More information about the Mlir-commits
mailing list