[Mlir-commits] [mlir] [mlir][Vector] Add fold transpose(shape_cast) -> shape_cast (PR #73951)
Benjamin Maxwell
llvmlistbot at llvm.org
Wed Dec 6 04:48:26 PST 2023
MacDue wrote:
I've prepared a patch here: https://github.com/llvm/llvm-project/compare/main...MacDue:llvm-project:transpose_of_shape_cast_v2?expand=1, that I believe fixes the correctness issues, for future reference :)
I won't create a new PR, because I think we have alternate solutions to this (and the general n-D case is a little tricky).
https://github.com/llvm/llvm-project/pull/73951
More information about the Mlir-commits
mailing list