[all-commits] [llvm/llvm-project] 435905: [mlir][vector] Add extra lowering for more transfe...
Thomas via All-commits
all-commits at lists.llvm.org
Tue Jan 17 09:08:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 435905ecf25ab9da0753931358414164352810f5
https://github.com/llvm/llvm-project/commit/435905ecf25ab9da0753931358414164352810f5
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2023-01-17 (Tue, 17 Jan 2023)
Changed paths:
M mlir/lib/Dialect/Vector/Transforms/VectorTransferPermutationMapRewritePatterns.cpp
M mlir/test/Conversion/VectorToSCF/vector-to-scf.mlir
M mlir/test/Dialect/Vector/vector-transfer-to-vector-load-store.mlir
Log Message:
-----------
[mlir][vector] Add extra lowering for more transfer_write maps
Add pattern to lower transfer_write with permutation map that are not
permutation of minor identity map.
Differential Revision: https://reviews.llvm.org/D141815
More information about the All-commits
mailing list