aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlexander Belyaev <pifon@google.com>2021-11-22 21:35:20 +0100
committerAlexander Belyaev <pifon@google.com>2021-11-22 21:35:20 +0100
commitde18b7dee6a81e5e790c8e8060065b1ef72d13ed (patch)
tree3bef8f34bf3740c4e8845e63c5942c490195ce25 /utils
parentad501054f1b5ce0aca47c931aa03a22706e4ff8d (diff)
downloadllvm-de18b7dee6a81e5e790c8e8060065b1ef72d13ed.zip
llvm-de18b7dee6a81e5e790c8e8060065b1ef72d13ed.tar.gz
llvm-de18b7dee6a81e5e790c8e8060065b1ef72d13ed.tar.bz2
Revert "[mlir] Move AllocationOpInterface to Bufferize/IR/AllocationOpInterface.td."
This reverts commit 3028bca6a987e424365ca67f6dc29e037e52ea11. For some reason using FallbackModel works with CMake and does not work with bazel. Using `ExternalModel` works. I will check what's going on and resubmit tomorrow.
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/BUILD.bazel38
1 files changed, 0 insertions, 38 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index fe4d90e..b29c59e 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -4432,7 +4432,6 @@ cc_library(
includes = ["include"],
deps = [
":Affine",
- ":AllocationOpInterface",
":Analysis",
":ArithmeticDialect",
":ControlFlowInterfaces",
@@ -7490,43 +7489,6 @@ cc_library(
)
td_library(
- name = "AllocationOpInterfaceTdFiles",
- srcs = ["include/mlir/Dialect/Bufferization/IR/AllocationOpInterface.td"],
- includes = ["include"],
- deps = [":OpBaseTdFiles"],
-)
-
-gentbl_cc_library(
- name = "AllocationOpInterfaceIncGen",
- strip_include_prefix = "include",
- tbl_outs = [
- (
- ["-gen-op-interface-decls"],
- "include/mlir/Dialect/Bufferization/IR/AllocationOpInterface.h.inc",
- ),
- (
- ["-gen-op-interface-defs"],
- "include/mlir/Dialect/Bufferization/IR/AllocationOpInterface.cpp.inc",
- ),
- ],
- tblgen = ":mlir-tblgen",
- td_file = "include/mlir/Dialect/Bufferization/IR/AllocationOpInterface.td",
- deps = [":AllocationOpInterfaceTdFiles"],
-)
-
-cc_library(
- name = "AllocationOpInterface",
- srcs = ["lib/Dialect/Bufferization/IR/AllocationOpInterface.cpp"],
- hdrs = ["include/mlir/Dialect/Bufferization/IR/AllocationOpInterface.h"],
- includes = ["include"],
- deps = [
- ":AllocationOpInterfaceIncGen",
- ":IR",
- ":MemRefDialect",
- ],
-)
-
-td_library(
name = "DLTIDialectTdFiles",
srcs = [
"include/mlir/Dialect/DLTI/DLTI.td",