diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -1919,13 +1919,9 @@ hdrs = ["include/mlir/Dialect/SparseTensor/IR/SparseTensor.h"], includes = ["include"], deps = [ - ":ArithmeticDialect", ":IR", - ":InferTypeOpInterface", - ":SideEffectInterfaces", ":SparseTensorAttrDefsIncGen", ":SparseTensorOpsIncGen", - ":StandardOps", "//llvm:Support", ], ) @@ -2422,13 +2418,11 @@ ":ControlFlowInterfaces", ":IR", ":LoopLikeInterface", - ":MemRefDialect", ":Pass", ":SCFIncGen", ":SCFPassIncGen", ":StandardOps", ":Support", - ":TensorDialect", "//llvm:Support", ], ) @@ -2576,8 +2570,6 @@ includes = ["include"], deps = [ ":ArithmeticDialect", - ":CallOpInterfaces", - ":CommonFolders", ":ControlFlowInterfaces", ":Dialect", ":IR", @@ -2585,8 +2577,6 @@ ":MLIRShapeCanonicalizationIncGen", ":ShapeOpsIncGen", ":SideEffectInterfaces", - ":StandardOps", - ":Support", ":TensorDialect", "//llvm:Support", ], @@ -3103,8 +3093,6 @@ ":LLVMDialect", ":MemRefDialect", ":SideEffectInterfaces", - ":StandardOps", - ":Support", "//llvm:Support", ], ) @@ -3161,7 +3149,6 @@ ":Async", ":DLTIDialect", ":AffineUtils", - ":ExecutionEngineUtils", ":GPUDialect", ":GPUPassIncGen", ":MemRefDialect", @@ -6108,10 +6095,8 @@ ]), includes = ["include"], deps = [ - ":ArithmeticDialect", ":IR", ":OpenACCOpsIncGen", - ":StandardOps", ":Transforms", "//llvm:Support", ], @@ -6256,8 +6241,6 @@ ":LLVMDialect", ":OpenMPInterfacesIncGen", ":OpenMPOpsIncGen", - ":SideEffectInterfaces", - ":StandardOps", "//llvm:Support", ], ) @@ -6426,7 +6409,6 @@ ":QuantOpsIncGen", ":QuantPassIncGen", ":SideEffectInterfaces", - ":StandardOps", ":TransformUtils", "//llvm:Support", ],