@@ -2974,20 +2974,6 @@ cc_library(
2974
2974
],
2975
2975
)
2976
2976
2977
- cc_library (
2978
- name = "InferIntRangeCommon" ,
2979
- srcs = [
2980
- "lib/Interfaces/Utils/InferIntRangeCommon.cpp" ,
2981
- ],
2982
- hdrs = ["include/mlir/Interfaces/Utils/InferIntRangeCommon.h" ],
2983
- includes = ["include" ],
2984
- deps = [
2985
- ":IR" ,
2986
- ":InferIntRangeInterface" ,
2987
- "//third_party/llvm/llvm-project/llvm:Support" ,
2988
- ],
2989
- )
2990
-
2991
2977
cc_library (
2992
2978
name = "DataLayoutInterfaces" ,
2993
2979
srcs = ["lib/Interfaces/DataLayoutInterfaces.cpp" ],
@@ -7889,7 +7875,6 @@ td_library(
7889
7875
includes = ["include" ],
7890
7876
deps = [
7891
7877
":CastInterfacesTdFiles" ,
7892
- ":InferIntRangeInterfaceTdFiles" ,
7893
7878
":InferTypeOpInterfaceTdFiles" ,
7894
7879
":OpBaseTdFiles" ,
7895
7880
":SideEffectInterfacesTdFiles" ,
@@ -8002,8 +7987,6 @@ cc_library(
8002
7987
":IR" ,
8003
7988
":IndexEnumsIncGen" ,
8004
7989
":IndexOpsIncGen" ,
8005
- ":InferIntRangeCommon" ,
8006
- ":InferIntRangeInterface" ,
8007
7990
":InferTypeOpInterface" ,
8008
7991
"//llvm:Support" ,
8009
7992
],
@@ -9601,7 +9584,6 @@ cc_library(
9601
9584
":ArithOpsInterfacesIncGen" ,
9602
9585
":CommonFolders" ,
9603
9586
":IR" ,
9604
- ":InferIntRangeCommon" ,
9605
9587
":InferIntRangeInterface" ,
9606
9588
":InferTypeOpInterface" ,
9607
9589
":SideEffectInterfaces" ,
0 commit comments