[Mlir-commits] [mlir] [mlir][vector] Add vector.transpose with unit-dim to vector.shape_cast pattern (PR #72105)

Diego Caballero llvmlistbot at llvm.org
Wed Nov 15 11:38:36 PST 2023


dcaballe wrote:

Could we make this a transpose canonicalization pattern instead? Getting redundant transposes around before its lowering is not helpful. We are actually hitting an issue related to 1xn to nx1 transposes and would need that type of canonicalization.

https://github.com/llvm/llvm-project/pull/72105


More information about the Mlir-commits mailing list