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

Jacques Pienaar llvmlistbot at llvm.org
Thu Jan 9 22:55:09 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  "
----------------
jpienaar wrote:

Could this be split out into it's own change?

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


More information about the Mlir-commits mailing list