[Mlir-commits] [mlir] [MLIR] Introduce RemarkEngine + pluggable remark streaming (YAML/Bitstream) (PR #152474)

Guray Ozen llvmlistbot at llvm.org
Thu Aug 14 02:44:17 PDT 2025


================
@@ -281,6 +304,9 @@ class MLIRContext {
   }
 
 private:
+  /// Set the remark engine for this context.
+  void setRemarkEngine(std::unique_ptr<remark::RemarkEngine> engine);
----------------
grypp wrote:

now I understand what you mean. This totally makes sense. I moved `enableOptimizationRemarks` outside of MLIRContext, and put it inside `remark::enableOptimizationRemarks`. 



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


More information about the Mlir-commits mailing list