File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -9770,6 +9770,36 @@ gentbl_cc_library(
9770
9770
],
9771
9771
)
9772
9772
9773
+ td_library (
9774
+ name = "BufferDeallocationOpInterfaceTdFiles" ,
9775
+ srcs = [
9776
+ "include/mlir/Dialect/Bufferization/IR/BufferDeallocationOpInterface.td" ,
9777
+ ],
9778
+ includes = ["include" ],
9779
+ deps = [
9780
+ ":OpBaseTdFiles" ,
9781
+ ],
9782
+ )
9783
+
9784
+ gentbl_cc_library (
9785
+ name = "BufferDeallocationOpInterfaceIncGen" ,
9786
+ tbl_outs = [
9787
+ (
9788
+ ["-gen-op-interface-decls" ],
9789
+ "include/mlir/Dialect/Bufferization/IR/BufferDeallocationOpInterface.h.inc" ,
9790
+ ),
9791
+ (
9792
+ ["-gen-op-interface-defs" ],
9793
+ "include/mlir/Dialect/Bufferization/IR/BufferDeallocationOpInterface.cpp.inc" ,
9794
+ ),
9795
+ ],
9796
+ tblgen = ":mlir-tblgen" ,
9797
+ td_file = "include/mlir/Dialect/Bufferization/IR/BufferDeallocationOpInterface.td" ,
9798
+ deps = [
9799
+ ":BufferDeallocationOpInterfaceTdFiles" ,
9800
+ ],
9801
+ )
9802
+
9773
9803
td_library (
9774
9804
name = "SubsetInsertionOpInterfaceTdFiles" ,
9775
9805
srcs = [
You can’t perform that action at this time.
0 commit comments