[Mlir-commits] [mlir] [mlir] MLIR-QUERY slice-matchers implementation (PR #115670)
Jacques Pienaar
llvmlistbot at llvm.org
Mon Apr 21 08:28:07 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"
----------------
jpienaar wrote:
I don't think IR should depend on Query (which then depends on Analysis). I think lets start with those in Query.
https://github.com/llvm/llvm-project/pull/115670
More information about the Mlir-commits
mailing list