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

Mehdi Amini llvmlistbot at llvm.org
Mon Aug 11 07:29:18 PDT 2025


================
@@ -0,0 +1,91 @@
+# Remark Infrastructure
+
+[TOC]
+
+Optimization remarks are structured, machine- and human-readable notes emitted by passes to explain what was optimized, what was missed, and why. MLIR integrates LLVM’s **remarks** infrastructure to make these insights easy to produce and consume.
----------------
joker-eph wrote:

Can you link to https://llvm.org/docs/Remarks.html here so that this doc builds upon common knowledge?

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


More information about the Mlir-commits mailing list