forked from OSchip/llvm-project
[mlir] Remove unused header include.
Also adjust BUILD.bazel and remove an unused dependency. Differential Revision: https://reviews.llvm.org/D108027
This commit is contained in:
parent
1fbe5fb81c
commit
3c6f115ffc
|
@ -10,7 +10,6 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
|
|
||||||
#include "mlir/Dialect/Math/IR/Math.h"
|
#include "mlir/Dialect/Math/IR/Math.h"
|
||||||
#include "mlir/Dialect/Math/Transforms/Passes.h"
|
#include "mlir/Dialect/Math/Transforms/Passes.h"
|
||||||
#include "mlir/Dialect/Vector/VectorOps.h"
|
#include "mlir/Dialect/Vector/VectorOps.h"
|
||||||
|
|
|
@ -409,7 +409,6 @@ cc_library(
|
||||||
defines = ["MLIR_CUDA_CONVERSIONS_ENABLED"],
|
defines = ["MLIR_CUDA_CONVERSIONS_ENABLED"],
|
||||||
includes = ["lib/Dialect/Test"],
|
includes = ["lib/Dialect/Test"],
|
||||||
deps = [
|
deps = [
|
||||||
"//mlir:LLVMDialect",
|
|
||||||
"//mlir:MathDialect",
|
"//mlir:MathDialect",
|
||||||
"//mlir:MathTransforms",
|
"//mlir:MathTransforms",
|
||||||
"//mlir:Pass",
|
"//mlir:Pass",
|
||||||
|
|
Loading…
Reference in New Issue