[PATCH] D79403: [MLIR] Link MLIRStandardOpsTransforms with MLIRTransforms.
Alexander Belyaev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 5 04:48:49 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG72700fea2bea: [MLIR] Link MLIRStandardOpsTransforms with MLIRTransforms. (authored by pifon2a).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79403/new/
https://reviews.llvm.org/D79403
Files:
mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt
Index: mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt
===================================================================
--- mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt
+++ mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt
@@ -13,5 +13,6 @@
MLIRPass
MLIRStandardOps
MLIRSupport
+ MLIRTransforms
LLVMSupport
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79403.262065.patch
Type: text/x-patch
Size: 351 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200505/cf34a6c7/attachment.bin>
More information about the llvm-commits
mailing list