[all-commits] [llvm/llvm-project] 32c3de: [mlir][vector] Modernize `vector.transpose` op (#7...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Nov 20 02:25:50 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32c3decb773b0cc7fd1736fe1b47d889c8c0011c
https://github.com/llvm/llvm-project/commit/32c3decb773b0cc7fd1736fe1b47d889c8c0011c
Author: Matthias Springer <me at m-sp.org>
Date: 2023-11-20 (Mon, 20 Nov 2023)
Changed paths:
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/include/mlir/IR/AffineMap.h
M mlir/lib/Conversion/VectorToArmSME/VectorToArmSME.cpp
M mlir/lib/Conversion/VectorToGPU/VectorToGPU.cpp
M mlir/lib/Dialect/Arith/Transforms/IntNarrowing.cpp
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/lib/Dialect/Vector/Transforms/LowerVectorTranspose.cpp
M mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp
M mlir/lib/Dialect/Vector/Transforms/VectorUnroll.cpp
M mlir/lib/Dialect/Vector/Utils/VectorUtils.cpp
M mlir/lib/IR/AffineMap.cpp
Log Message:
-----------
[mlir][vector] Modernize `vector.transpose` op (#72594)
* Declare arguments/results with `let` statements.
* Rename `transp` to `permutation`.
* Change type of `transp` from `I64ArrayAttr` to `DenseI64ArrayAttr`
(provides direct access to `ArrayRef<int64_t>` instead of `ArrayAttr`).
More information about the All-commits
mailing list