[PATCH] D144631: [MLIR][Vector] Add a dependency on `:DataLayoutInterfaces`

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 23 03:57:53 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG52786141f9cf: [MLIR][Vector] Add a dependency on `:DataLayoutInterfaces` (authored by michalt, committed by Tres Popp <git at tpopp.com>).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144631

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
@@ -3387,6 +3387,7 @@
         ":ArithDialect",
         ":ArithUtils",
         ":ControlFlowInterfaces",
+        ":DataLayoutInterfaces",
         ":DestinationStyleOpInterface",
         ":DialectUtils",
         ":IR",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144631.499803.patch
Type: text/x-patch
Size: 457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230223/fa710da4/attachment.bin>


More information about the llvm-commits mailing list