[Mlir-commits] [mlir] [mlir] Improve mlir-query tool by implementing `getBackwardSlice` and `getForwardSlice` matchers (PR #115670)
Jacques Pienaar
llvmlistbot at llvm.org
Tue May 13 00:48:18 PDT 2025
================
@@ -0,0 +1,85 @@
+//===- ExtraMatchers.h - Various common matchers --------------------------===//
+//
----------------
jpienaar wrote:
How about just SliceMatchers? (says what it is and then we don't need to think about what is and what isn't extra)
https://github.com/llvm/llvm-project/pull/115670
More information about the Mlir-commits
mailing list