From 9ef7ae507387f133cf34ca0bc0edd3f009a3ff71 Mon Sep 17 00:00:00 2001 From: Frederik Gossen Date: Thu, 19 Jan 2023 15:05:05 -0500 Subject: [PATCH] Revert "[MLIR] Update bazel build file after 455305624884cf9237143e2ba0635fcc5ba5206" This reverts commit 399b8ee7edf1b108adf7cddead7bf1ab284cf190. --- .../llvm-project-overlay/mlir/BUILD.bazel | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel index e3906e788f9a..025883257088 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",