aboutsummaryrefslogtreecommitdiff
path: root/mlir
diff options
context:
space:
mode:
authorJohn Demme <john.demme@microsoft.com>2023-05-25 08:01:51 +0000
committerJohn Demme <john.demme@microsoft.com>2023-05-25 08:03:58 +0000
commit660b3c85c8ea74909de0116bd1dae1b83342cffa (patch)
tree179e7218ef9ccd886524efb43448b6707929280d /mlir
parent0c23dc20bcfbe77b42fc3515c41432e4a2f5ce3f (diff)
downloadllvm-660b3c85c8ea74909de0116bd1dae1b83342cffa.zip
llvm-660b3c85c8ea74909de0116bd1dae1b83342cffa.tar.gz
llvm-660b3c85c8ea74909de0116bd1dae1b83342cffa.tar.bz2
[mlir] Removing unnecessary includes from Memref dialect
`MemRefMemorySlot.cpp` had two unused includes without a cmake dependency on the dialects they were in. Led to build failures.
Diffstat (limited to 'mlir')
-rw-r--r--mlir/lib/Dialect/MemRef/IR/MemRefMemorySlot.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/mlir/lib/Dialect/MemRef/IR/MemRefMemorySlot.cpp b/mlir/lib/Dialect/MemRef/IR/MemRefMemorySlot.cpp
index 34fedec..0474d19 100644
--- a/mlir/lib/Dialect/MemRef/IR/MemRefMemorySlot.cpp
+++ b/mlir/lib/Dialect/MemRef/IR/MemRefMemorySlot.cpp
@@ -12,8 +12,6 @@
//===----------------------------------------------------------------------===//
#include "mlir/Dialect/MemRef/IR/MemRefMemorySlot.h"
-#include "mlir/Dialect/Arith/IR/Arith.h"
-#include "mlir/Dialect/Complex/IR/Complex.h"
#include "mlir/Dialect/MemRef/IR/MemRef.h"
#include "mlir/IR/BuiltinDialect.h"
#include "mlir/IR/BuiltinTypes.h"