[Mlir-commits] [mlir] initial changes (PR #146535)

Denzel-Brian Budii llvmlistbot at llvm.org
Tue Jul 1 07:12:30 PDT 2025


================
@@ -0,0 +1,47 @@
+# MLIR Query
+
+[TOC]
+
+
+`mlir-query` is an interactive tool designed to simplify IR exploration and visualization. The tool provides a REPL interface and supports an interactive query language for MLIR, enabling developers to dynamically query the MLIR IR.
+The tool uses matchers as its core mechanism for peforming queries over the MLIR IR. It relies on simple matchers from `Matchers.h` and slicing-related ones from `SliceMatchers.h`.
+
+## Features
+#### Autocompletion
----------------
chios202 wrote:

In features section, I am also planning to do a subsection called 'function extraction' showcasing extraction capabilities.

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


More information about the Mlir-commits mailing list