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

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


================
@@ -225,7 +225,14 @@ InFlightRemark RemarkEngine::emitOptimizationRemarkAnalysis(Location loc,
 // RemarkEngine
 //===----------------------------------------------------------------------===//
 
-void RemarkEngine::report(const Remark &&remark) {
+void RemarkEngine::report(const Remark &remark,
+                          bool forcePrintPostponedRemarks) {
----------------
joker-eph wrote:

Does this method needs to be public?

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


More information about the Mlir-commits mailing list