[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.
+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`.
----------------
jpienaar wrote:
s/as its core mechanism// ? As it doesn't have any other mechanism does it?
https://github.com/llvm/llvm-project/pull/146535
More information about the Mlir-commits
mailing list