[Mlir-commits] [mlir] [mlir][vector] Split `TransposeOpLowering` into 2 patterns (PR #91935)

Benjamin Maxwell llvmlistbot at llvm.org
Mon May 13 02:09:38 PDT 2024


MacDue wrote:

> Transpose2DWithUnitDimToShapeCast does work for scalable vectors, TransposeOpLowering does not.

Note that it only works _if_ (and only if) the `vector.shape_cast` cancels out. 


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


More information about the Mlir-commits mailing list