[Mlir-commits] [mlir] [MLIR][Vector] Replace vector.transpose with vector.shape_cast (PR #125966)
Diego Caballero
llvmlistbot at llvm.org
Thu Feb 6 15:18:15 PST 2025
dcaballe wrote:
> this work(https://github.com/llvm/llvm-project/pull/94912) is credited @pashu123
I added some tests and fixed tests but didn't know how to push on his branch and created new PR.
You can change the commit's author with:
`git commit --amend --author="Author Name <email at address.com>" --no-edit`
Or add multiple authors with:
https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors
https://github.com/llvm/llvm-project/pull/125966
More information about the Mlir-commits
mailing list