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

Mehdi Amini llvmlistbot at llvm.org
Tue Sep 16 03:33:22 PDT 2025


================
@@ -411,7 +425,7 @@ class RemarkEngine {
                            std::string *errMsg);
 
   /// Report a remark.
-  void report(const Remark &&remark);
+  void report(const Remark &remark, bool ignorePostpone = false);
----------------
joker-eph wrote:

Please document carefully the added options in general.

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


More information about the Mlir-commits mailing list