[Mlir-commits] [mlir] [mlir] MLIR-QUERY DefinitionsMatcher implementation & DAG (PR #115670)

Denzel-Brian Budii llvmlistbot at llvm.org
Sat Jan 25 05:46:39 PST 2025


================
@@ -114,6 +123,8 @@ LogicalResult HelpQuery::run(llvm::raw_ostream &os, QuerySession &qs) const {
   os << "Available commands:\n\n"
         "  match MATCHER, m MATCHER      "
         "Match the mlir against the given matcher.\n"
+        "  let NAME MATCHER, l NAME MATCHER  "
----------------
chios202 wrote:

I removed this feature 

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


More information about the Mlir-commits mailing list