@@ -4826,7 +4826,6 @@ cc_library(
4826
4826
":BuiltinToLLVMIRTranslation" ,
4827
4827
":ComplexToLLVM" ,
4828
4828
":ControlFlowToLLVM" ,
4829
- ":DLTITransformOps" ,
4830
4829
":FuncExtensions" ,
4831
4830
":FuncToLLVM" ,
4832
4831
":FuncTransformOps" ,
@@ -13989,53 +13988,6 @@ cc_library(
13989
13988
],
13990
13989
)
13991
13990
13992
- td_library (
13993
- name = "DLTITransformOpsTdFiles" ,
13994
- srcs = [
13995
- "include/mlir/Dialect/DLTI/TransformOps/DLTITransformOps.td" ,
13996
- ],
13997
- includes = ["include" ],
13998
- deps = [
13999
- ":DLTIDialectTdFiles" ,
14000
- ":TransformDialectTdFiles" ,
14001
- ],
14002
- )
14003
-
14004
- gentbl_cc_library (
14005
- name = "DLTITransformOpsIncGen" ,
14006
- tbl_outs = [
14007
- (
14008
- ["-gen-op-decls" ],
14009
- "include/mlir/Dialect/DLTI/TransformOps/DLTITransformOps.h.inc" ,
14010
- ),
14011
- (
14012
- ["-gen-op-defs" ],
14013
- "include/mlir/Dialect/DLTI/TransformOps/DLTITransformOps.cpp.inc" ,
14014
- ),
14015
- ],
14016
- tblgen = ":mlir-tblgen" ,
14017
- td_file = "include/mlir/Dialect/DLTI/TransformOps/DLTITransformOps.td" ,
14018
- deps = [
14019
- ":DLTITransformOpsTdFiles" ,
14020
- ],
14021
- )
14022
-
14023
- cc_library (
14024
- name = "DLTITransformOps" ,
14025
- srcs = glob (["lib/Dialect/DLTI/TransformOps/*.cpp" ]),
14026
- hdrs = glob (["include/mlir/Dialect/DLTI/TransformOps/*.h" ]),
14027
- includes = ["include" ],
14028
- deps = [
14029
- ":DLTIDialect" ,
14030
- ":DLTITransformOpsIncGen" ,
14031
- ":DataLayoutInterfaces" ,
14032
- ":IR" ,
14033
- ":TransformDialect" ,
14034
- ":TransformDialectInterfaces" ,
14035
- ":TransformDialectUtils" ,
14036
- ],
14037
- )
14038
-
14039
13991
gentbl_cc_library (
14040
13992
name = "ReducerIncGen" ,
14041
13993
tbl_outs = [
0 commit comments