[all-commits] [llvm/llvm-project] 64cdd5: [mlir][Vector] Drop declarative transforms
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Tue Jul 28 10:14:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 64cdd5b3da1abce63838bfc5bd32398c834a32e3
https://github.com/llvm/llvm-project/commit/64cdd5b3da1abce63838bfc5bd32398c834a32e3
Author: Nicolas Vasilache <ntv at google.com>
Date: 2020-07-28 (Tue, 28 Jul 2020)
Changed paths:
M mlir/include/mlir/Dialect/Vector/CMakeLists.txt
R mlir/include/mlir/Dialect/Vector/VectorTransformPatterns.td
M mlir/lib/Dialect/Vector/CMakeLists.txt
M mlir/test/lib/CMakeLists.txt
R mlir/test/lib/DeclarativeTransforms/CMakeLists.txt
R mlir/test/lib/DeclarativeTransforms/TestVectorTransformPatterns.td
R mlir/test/lib/DeclarativeTransforms/lit.local.cfg
M mlir/test/lib/Transforms/CMakeLists.txt
M mlir/test/lib/Transforms/TestVectorTransforms.cpp
Log Message:
-----------
[mlir][Vector] Drop declarative transforms
For the purpose of vector transforms, the Tablegen-based infra is subsumed by simple C++ pattern application. Deprecate declarative transforms whose complexity does not pay for itself.
Differential Revision: https://reviews.llvm.org/D84753
More information about the All-commits
mailing list