[all-commits] [llvm/llvm-project] 0f2416: [mlir] Replace vector-to-scf with progressive-vect...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu May 13 07:27:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f24163870e1a633c1d79377fdd188fe03769dd8
https://github.com/llvm/llvm-project/commit/0f24163870e1a633c1d79377fdd188fe03769dd8
Author: Matthias Springer <springerm at google.com>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
R mlir/include/mlir/Conversion/VectorToSCF/ProgressiveVectorToSCF.h
M mlir/include/mlir/Conversion/VectorToSCF/VectorToSCF.h
M mlir/lib/Conversion/VectorToSCF/CMakeLists.txt
R mlir/lib/Conversion/VectorToSCF/ProgressiveVectorToSCF.cpp
M mlir/lib/Conversion/VectorToSCF/VectorToSCF.cpp
R mlir/test/Conversion/VectorToSCF/progressive-vector-to-loops.mlir
M mlir/test/Conversion/VectorToSCF/unrolled-vector-to-loops.mlir
M mlir/test/Conversion/VectorToSCF/vector-to-loops.mlir
M mlir/test/Integration/Dialect/Vector/CPU/test-transfer-read-1d.mlir
M mlir/test/Integration/Dialect/Vector/CPU/test-transfer-read-2d.mlir
M mlir/test/Integration/Dialect/Vector/CPU/test-transfer-read-3d.mlir
M mlir/test/Integration/Dialect/Vector/CPU/test-transfer-read.mlir
M mlir/test/Integration/Dialect/Vector/CPU/test-transfer-to-loops.mlir
M mlir/test/lib/Transforms/TestVectorTransforms.cpp
Log Message:
-----------
[mlir] Replace vector-to-scf with progressive-vector-to-scf
Depends On D102388
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D102101
More information about the All-commits
mailing list