[Mlir-commits] [mlir] [MLIR] Add option to postpone remark emission (PR #157434)
Guray Ozen
llvmlistbot at llvm.org
Wed Sep 17 01:53:02 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);
----------------
grypp wrote:
I kept the public API same, and move `postponed` option to private
https://github.com/llvm/llvm-project/pull/157434
More information about the Mlir-commits
mailing list