[Mlir-commits] [mlir] [mlir] MLIR-QUERY DefinitionsMatcher implementation & DAG (PR #115670)
Denzel-Brian Budii
llvmlistbot at llvm.org
Tue Jan 14 02:08:35 PST 2025
================
@@ -22,16 +11,45 @@
#include "mlir/IR/Matchers.h"
#include "llvm/ADT/IntrusiveRefCntPtr.h"
+#include "llvm/ADT/MapVector.h"
+#include <memory>
+#include <stack>
+#include <unordered_set>
+#include <vector>
----------------
chios202 wrote:
I think these are unnecessary now, I can remove them
https://github.com/llvm/llvm-project/pull/115670
More information about the Mlir-commits
mailing list