[mlir] Remove unused header include.
authorAdrian Kuegel <akuegel@google.com>
Fri, 13 Aug 2021 11:43:58 +0000 (13:43 +0200)
committerAdrian Kuegel <akuegel@google.com>
Fri, 13 Aug 2021 12:23:14 +0000 (14:23 +0200)
Also adjust BUILD.bazel and remove an unused dependency.

Differential Revision: https://reviews.llvm.org/D108027

mlir/test/lib/Dialect/Math/TestAlgebraicSimplification.cpp
utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel

index b73f1b2..2b73956 100644 (file)
@@ -10,7 +10,6 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
 #include "mlir/Dialect/Math/IR/Math.h"
 #include "mlir/Dialect/Math/Transforms/Passes.h"
 #include "mlir/Dialect/Vector/VectorOps.h"
index bf6def8..df16b80 100644 (file)
@@ -409,7 +409,6 @@ cc_library(
     defines = ["MLIR_CUDA_CONVERSIONS_ENABLED"],
     includes = ["lib/Dialect/Test"],
     deps = [
-        "//mlir:LLVMDialect",
         "//mlir:MathDialect",
         "//mlir:MathTransforms",
         "//mlir:Pass",