[Mlir-commits] [mlir] [MLIR] Add documentation page for `mlir-query` tool (PR #146535)

Jacques Pienaar llvmlistbot at llvm.org
Mon Aug 18 00:31:27 PDT 2025


================
@@ -0,0 +1,355 @@
+`mlir-query` is an interactive tool designed to simplify IR exploration. It provides a REPL interface and supports an interactive query language for MLIR, enabling developers to query the MLIR IR dynamically.  
----------------
jpienaar wrote:

Could you perhaps reformat these? mdformat may work well.

(e.g., here there are two trailing spaces on this line and also I think here these two sentences are part of same paragraph).

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


More information about the Mlir-commits mailing list