diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel index e3906e788f9acc..02588325708827 100644 --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -2974,20 +2974,6 @@ cc_library( ], ) -cc_library( - name = "InferIntRangeCommon", - srcs = [ - "lib/Interfaces/Utils/InferIntRangeCommon.cpp", - ], - hdrs = ["include/mlir/Interfaces/Utils/InferIntRangeCommon.h"], - includes = ["include"], - deps = [ - ":IR", - ":InferIntRangeInterface", - "//third_party/llvm/llvm-project/llvm:Support", - ], -) - cc_library( name = "DataLayoutInterfaces", srcs = ["lib/Interfaces/DataLayoutInterfaces.cpp"], @@ -7889,7 +7875,6 @@ td_library( includes = ["include"], deps = [ ":CastInterfacesTdFiles", - ":InferIntRangeInterfaceTdFiles", ":InferTypeOpInterfaceTdFiles", ":OpBaseTdFiles", ":SideEffectInterfacesTdFiles", @@ -8002,8 +7987,6 @@ cc_library( ":IR", ":IndexEnumsIncGen", ":IndexOpsIncGen", - ":InferIntRangeCommon", - ":InferIntRangeInterface", ":InferTypeOpInterface", "//llvm:Support", ], @@ -9601,7 +9584,6 @@ cc_library( ":ArithOpsInterfacesIncGen", ":CommonFolders", ":IR", - ":InferIntRangeCommon", ":InferIntRangeInterface", ":InferTypeOpInterface", ":SideEffectInterfaces",