[all-commits] [llvm/llvm-project] 169476: [mlir][linalg] Extend linalg vectorization to supp...
Thomas via All-commits
all-commits at lists.llvm.org
Thu Mar 18 12:33:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 16947650d5ca602d63d5cd64e68bb0bb0f3674b7
https://github.com/llvm/llvm-project/commit/16947650d5ca602d63d5cd64e68bb0bb0f3674b7
Author: thomasraoux <thomasraoux at google.com>
Date: 2021-03-18 (Thu, 18 Mar 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/lib/Dialect/Vector/VectorOps.cpp
M mlir/lib/IR/AffineMap.cpp
M mlir/test/Dialect/Linalg/vectorization.mlir
Log Message:
-----------
[mlir][linalg] Extend linalg vectorization to support non-identity input maps
This propagates the affine map to transfer_read op in case it is not a
minor identity map.
Differential Revision: https://reviews.llvm.org/D98523
More information about the All-commits
mailing list