Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJacques Pienaar <jpienaar@google.com>2022-04-22 21:35:34 +0300
committerJacques Pienaar <jpienaar@google.com>2022-04-22 21:35:35 +0300
commit9bae20b52822994a74e3017722f4b445e09e993b (patch)
treec71b1509a3816f50ac7f46ff7435a89b4792d29e /utils
parent6f28fd0bf7f8a568775ef256d94b92122aa524f8 (diff)
[mlir] Add shape.func
Add shape func op for use (primarily) in shape function_library op. Allows setting default dialect for some simpler authoring. This is a minimal version of the ops needed. Differential Revision: https://reviews.llvm.org/D124055
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 3d3254a529b3..58b63c464f9d 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -2653,8 +2653,10 @@ td_library(
],
includes = ["include"],
deps = [
+ ":CallInterfacesTdFiles",
":CastInterfacesTdFiles",
":ControlFlowInterfacesTdFiles",
+ ":FunctionInterfacesTdFiles",
":InferTypeOpInterfaceTdFiles",
":SideEffectInterfacesTdFiles",
],