[all-commits] [llvm/llvm-project] 558e74: [mlir] Support tensor types in non-unrolled Vector...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Jun 1 18:38:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 558e740170681c723ecb04156f7177d6dfebff13
https://github.com/llvm/llvm-project/commit/558e740170681c723ecb04156f7177d6dfebff13
Author: Matthias Springer <springerm at google.com>
Date: 2021-06-02 (Wed, 02 Jun 2021)
Changed paths:
M mlir/include/mlir/Conversion/Passes.td
M mlir/include/mlir/Conversion/VectorToSCF/VectorToSCF.h
M mlir/lib/Conversion/VectorToSCF/VectorToSCF.cpp
A mlir/test/Conversion/VectorToSCF/tensor-transfer-ops.mlir
Log Message:
-----------
[mlir] Support tensor types in non-unrolled VectorToSCF
Support for tensor types in the unrolled version will follow in a separate commit.
Add a new pass option to activate lowering of transfer ops with tensor types (default: deactivated).
Differential Revision: https://reviews.llvm.org/D102666
More information about the All-commits
mailing list