[Mlir-commits] [mlir] [MLIR] Add documentation page for `mlir-query` tool (PR #146535)
Denzel-Brian Budii
llvmlistbot at llvm.org
Sat Aug 23 02:57:19 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.
+The tool uses matchers as its core mechanism for performing queries over the MLIR IR, relying on simple matchers from `Matchers.h` and slicing-related matchers from `SliceMatchers.h`.
----------------
chios202 wrote:
Perhaps some similar to "The tool uses matchers as the mechanism for performing queries over the MLIR IR"
may be more suitable description?
https://github.com/llvm/llvm-project/pull/146535
More information about the Mlir-commits
mailing list