[Mlir-commits] [mlir] [mlir] Improve mlir-query tool by implementing `getBackwardSlice` and `getForwardSlice` matchers (PR #115670)

Denzel-Brian Budii llvmlistbot at llvm.org
Tue Apr 22 06:06:10 PDT 2025


================
@@ -19,7 +19,8 @@
 #include "mlir/IR/BuiltinTypes.h"
 #include "mlir/IR/OpDefinition.h"
 #include "mlir/Interfaces/InferIntRangeInterface.h"
-
+#include "mlir/Query/Matcher/MatchersInternal.h"
----------------
chios202 wrote:

I relocated the matcher to `mlir/include/mlir/Query/Matcher/ExtraMatchers.h`

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


More information about the Mlir-commits mailing list