[PATCH] D79569: [mlir] Move Conversion/StandardToStandard to Dialect/StandardOps/Transforms/FuncConversions
Alex Zinenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 7 06:12:08 PDT 2020
ftynse created this revision.
ftynse added a reviewer: nicolasvasilache.
Herald added subscribers: llvm-commits, Kayjukh, frgossen, grosul1, Joonsoo, stephenneuendorffer, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, jpienaar, rriddle, mehdi_amini, mgorny.
Herald added a project: LLVM.
Conversion/ folders were originally intended to store patterns for
DialectA->DialectB conversions that depend on both dialects and do not
conceptually belong to either of the dialects. As such, DialectA->DialectA
conversion does not make sense under Conversion/ and should rather live with
the dialect it operates on.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D79569
Files:
mlir/include/mlir/Conversion/StandardToStandard/StandardToStandard.h
mlir/include/mlir/Dialect/StandardOps/Transforms/FuncConversions.h
mlir/lib/Conversion/CMakeLists.txt
mlir/lib/Conversion/StandardToStandard/CMakeLists.txt
mlir/lib/Conversion/StandardToStandard/StandardToStandard.cpp
mlir/lib/Dialect/StandardOps/CMakeLists.txt
mlir/lib/Dialect/StandardOps/Transforms/FuncConversions.cpp
mlir/test/lib/Dialect/Test/CMakeLists.txt
mlir/test/lib/Dialect/Test/TestPatterns.cpp
mlir/test/lib/Transforms/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79569.262626.patch
Type: text/x-patch
Size: 5169 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200507/e067df59/attachment-0001.bin>
More information about the llvm-commits
mailing list