[Mlir-commits] [mlir] [mlir] Improve mlir-query by adding matcher combinators (PR #141423)

Jacques Pienaar llvmlistbot at llvm.org
Mon Jun 9 05:32:17 PDT 2025


================
@@ -8,11 +8,11 @@
 //
 // Implements the base layer of the matcher framework.
 //
-// Matchers are methods that return a Matcher which provides a method one of the
-// following methods: match(Operation *op), match(Operation *op,
-// SetVector<Operation *> &matchedOps)
+// Matchers are methods that return a Matcher which provide a method
+// `match(...)` method. The method's parameters define the context of the match.
----------------
jpienaar wrote:

method ... method.  Probably just drop second method.

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


More information about the Mlir-commits mailing list