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

Cullen Rhodes llvmlistbot at llvm.org
Thu Nov 16 00:46:16 PST 2023


c-rhodes 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.

I've posted a PR #72493 to move this to canonicalization

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


More information about the Mlir-commits mailing list