[Mlir-commits] [mlir] [mlir] MLIR-QUERY slice-matchers implementation (PR #115670)
Jacques Pienaar
llvmlistbot at llvm.org
Mon Apr 21 08:28:08 PDT 2025
================
@@ -20,18 +21,50 @@
#ifndef MLIR_TOOLS_MLIRQUERY_MATCHER_MATCHERSINTERNAL_H
#define MLIR_TOOLS_MLIRQUERY_MATCHER_MATCHERSINTERNAL_H
-#include "mlir/IR/Matchers.h"
+#include "mlir/Analysis/SliceAnalysis.h"
----------------
jpienaar wrote:
Could this be in a different file? (have internal only be matcher internal details independent of any matchers)
https://github.com/llvm/llvm-project/pull/115670
More information about the Mlir-commits
mailing list