[Mlir-commits] [mlir] [MLIR] Introduce RemarkEngine + pluggable remark streaming (YAML/Bitstream) (PR #152474)
Guray Ozen
llvmlistbot at llvm.org
Thu Aug 14 02:54:43 PDT 2025
================
@@ -281,6 +303,9 @@ class MLIRContext {
}
private:
+ /// Set the remark engine for this context.
+ void setRemarkEngine(std::unique_ptr<remark::detail::RemarkEngine> engine);
----------------
grypp wrote:
I moved `enableOptimizationRemarks` outside of MLIRContext, and put it inside `remark::enableOptimizationRemarks`.
see the diff
https://github.com/llvm/llvm-project/pull/152474/commits/77da6edd9b3d9760606bb104cfd947e32249a05d
https://github.com/llvm/llvm-project/pull/152474
More information about the Mlir-commits
mailing list