[PATCH] D146072: [mlir][vector] Add bazel dependency to TestVector
Anlun Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 14 11:42:08 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1b490154d9dc: [mlir][vector] Add bazel dependency to TestVector (authored by anlunx).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146072/new/
https://reviews.llvm.org/D146072
Files:
mlir/test/lib/Dialect/Vector/CMakeLists.txt
utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
Index: utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
@@ -850,6 +850,7 @@
"//mlir:Pass",
"//mlir:SCFDialect",
"//mlir:Support",
+ "//mlir:TensorDialect",
"//mlir:TransformUtils",
"//mlir:VectorDialect",
"//mlir:VectorToSCF",
Index: mlir/test/lib/Dialect/Vector/CMakeLists.txt
===================================================================
--- mlir/test/lib/Dialect/Vector/CMakeLists.txt
+++ mlir/test/lib/Dialect/Vector/CMakeLists.txt
@@ -16,6 +16,7 @@
MLIRMemRefDialect
MLIRPass
MLIRSCFDialect
+ MLIRTensorDialect
MLIRTransformUtils
MLIRVectorDialect
MLIRVectorToSCF
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146072.505197.patch
Type: text/x-patch
Size: 847 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230314/36210027/attachment.bin>
More information about the llvm-commits
mailing list