summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorWenzhi Cui <wcui@google.com>2023-05-05 11:45:05 +0200
committerChristian Sigg <csigg@google.com>2023-05-05 11:47:17 +0200
commitaa4f921b147a787cddb8bdf9f0069eb74d2e82d8 (patch)
tree19e14e850343e2ce79e7df6d4b96b10ff61c0902 /utils
parent50cd2ff7bc5af557d23fb306dddaff794e22bb01 (diff)
downloadllvm-aa4f921b147a787cddb8bdf9f0069eb74d2e82d8.tar.gz
Update BUILD.bazel for Mem2Reg deps.
Reviewed By: csigg Differential Revision: https://reviews.llvm.org/D149930
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/BUILD.bazel3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 2d6e736acfad..daa5b894d7b9 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -10501,6 +10501,7 @@ td_library(
],
includes = ["include"],
deps = [
+ ":Mem2RegInterfacesTdFiles",
":ArithOpsTdFiles",
":CastInterfacesTdFiles",
":ControlFlowInterfacesTdFiles",
@@ -10574,11 +10575,13 @@ cc_library(
deps = [
":ArithDialect",
":ArithUtils",
+ ":ComplexDialect",
":ControlFlowInterfaces",
":CopyOpInterface",
":DialectUtils",
":IR",
":InferTypeOpInterface",
+ ":Mem2RegInterfaces",
":MemRefBaseIncGen",
":MemRefOpsIncGen",
":ShapedOpInterfaces",