[all-commits] [llvm/llvm-project] 473bda: [mlir] Move Conversion/StandardToStandard to Diale...
ftynse via All-commits
all-commits at lists.llvm.org
Tue May 12 15:33:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 473bdaf2e81aef06514586e82e5e697ceabb7aa6
https://github.com/llvm/llvm-project/commit/473bdaf2e81aef06514586e82e5e697ceabb7aa6
Author: Alex Zinenko <zinenko at google.com>
Date: 2020-05-13 (Wed, 13 May 2020)
Changed paths:
R mlir/include/mlir/Conversion/StandardToStandard/StandardToStandard.h
A mlir/include/mlir/Dialect/StandardOps/Transforms/FuncConversions.h
M mlir/lib/Conversion/CMakeLists.txt
R mlir/lib/Conversion/StandardToStandard/CMakeLists.txt
R mlir/lib/Conversion/StandardToStandard/StandardToStandard.cpp
M mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt
A mlir/lib/Dialect/StandardOps/Transforms/FuncConversions.cpp
M mlir/test/lib/Dialect/Test/CMakeLists.txt
M mlir/test/lib/Dialect/Test/TestPatterns.cpp
M mlir/test/lib/Transforms/CMakeLists.txt
Log Message:
-----------
[mlir] Move Conversion/StandardToStandard to Dialect/StandardOps/Transforms/FuncConversions
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.
Differential Revision: https://reviews.llvm.org/D79569
More information about the All-commits
mailing list