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

Wenzhi Cui via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 23:47:52 PDT 2023


wenzhicui created this revision.
wenzhicui added a reviewer: bixia.
Herald added subscribers: bviyer, Moerafaat, zero9178, bzcheeseman, sdasgup3, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini.
Herald added a project: All.
wenzhicui requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

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.519749.patch
Type: text/x-patch
Size: 832 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230505/170be274/attachment.bin>


More information about the llvm-commits mailing list