[PATCH] D149930: Update BUILD.bazel for Mem2Reg deps.

Christian Sigg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 5 02:47:39 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGaa4f921b147a: Update BUILD.bazel for Mem2Reg deps. (authored by wenzhicui, committed by csigg).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149930/new/

https://reviews.llvm.org/D149930

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
@@ -10501,6 +10501,7 @@
     ],
     includes = ["include"],
     deps = [
+        ":Mem2RegInterfacesTdFiles",
         ":ArithOpsTdFiles",
         ":CastInterfacesTdFiles",
         ":ControlFlowInterfacesTdFiles",
@@ -10574,11 +10575,13 @@
     deps = [
         ":ArithDialect",
         ":ArithUtils",
+        ":ComplexDialect",
         ":ControlFlowInterfaces",
         ":CopyOpInterface",
         ":DialectUtils",
         ":IR",
         ":InferTypeOpInterface",
+        ":Mem2RegInterfaces",
         ":MemRefBaseIncGen",
         ":MemRefOpsIncGen",
         ":ShapedOpInterfaces",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149930.519781.patch
Type: text/x-patch
Size: 832 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230505/f3f98b26/attachment.bin>


More information about the llvm-commits mailing list