[Mlir-commits] [mlir] [mlir] MLIR-QUERY DefinitionsMatcher implementation & DAG (PR #115670)
Denzel-Brian Budii
llvmlistbot at llvm.org
Fri Jan 10 04:06:41 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:
We could do this
https://github.com/llvm/llvm-project/pull/115670
More information about the Mlir-commits
mailing list