[PATCH] D142789: [bazel][mlir] Remove references to SubElementInterfaces.
Chenguang Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 27 16:27:26 PST 2023
wecing created this revision.
Herald added subscribers: Moerafaat, zero9178, bzcheeseman, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini, thopre.
Herald added a project: All.
wecing requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.
It was removed in D142272 <https://reviews.llvm.org/D142272>.
This commit is manually verified with:
bazel test --config=generic_clang @llvm-project//mlir/unittests:ir_tests
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D142789
Files:
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Index: utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -77,39 +77,6 @@
deps = [":TensorOpsTdFiles"],
)
-td_library(
- name = "SubElementInterfacesTdFiles",
- srcs = ["include/mlir/IR/SubElementInterfaces.td"],
- includes = ["include"],
- deps = [":OpBaseTdFiles"],
-)
-
-gentbl_cc_library(
- name = "SubElementInterfacesIncGen",
- strip_include_prefix = "include",
- tbl_outs = [
- (
- ["-gen-attr-interface-decls"],
- "include/mlir/IR/SubElementAttrInterfaces.h.inc",
- ),
- (
- ["-gen-attr-interface-defs"],
- "include/mlir/IR/SubElementAttrInterfaces.cpp.inc",
- ),
- (
- ["-gen-type-interface-decls"],
- "include/mlir/IR/SubElementTypeInterfaces.h.inc",
- ),
- (
- ["-gen-type-interface-defs"],
- "include/mlir/IR/SubElementTypeInterfaces.cpp.inc",
- ),
- ],
- tblgen = ":mlir-tblgen",
- td_file = "include/mlir/IR/SubElementInterfaces.td",
- deps = [":SubElementInterfacesTdFiles"],
-)
-
td_library(
name = "BuiltinDialectTdFiles",
srcs = [
@@ -128,7 +95,6 @@
":DataLayoutInterfacesTdFiles",
":OpBaseTdFiles",
":SideEffectInterfacesTdFiles",
- ":SubElementInterfacesTdFiles",
],
)
@@ -323,7 +289,6 @@
":OpAsmInterfaceIncGen",
":RegionKindInterfaceIncGen",
":SideEffectInterfacesIncGen",
- ":SubElementInterfacesIncGen",
":Support",
":SymbolInterfacesIncGen",
":TensorEncodingIncGen",
@@ -4142,7 +4107,6 @@
":InferTypeOpInterfaceTdFiles",
":OpBaseTdFiles",
":SideEffectInterfacesTdFiles",
- ":SubElementInterfacesTdFiles",
],
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142789.492945.patch
Type: text/x-patch
Size: 1954 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230128/3683e67d/attachment.bin>
More information about the llvm-commits
mailing list