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

Guray Ozen llvmlistbot at llvm.org
Fri Aug 15 04:53:05 PDT 2025


================
@@ -0,0 +1,212 @@
+# Remark Infrastructure
+
+Remarks are **structured, human- and machine-readable notes** emitted by the
----------------
grypp wrote:

It’s human-readable because it’s text, and it’s structured in a specific format so machines can also parse and consume it.

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


More information about the Mlir-commits mailing list