[Mlir-commits] [mlir] [MLIR][Linalg] Remove matmul_transpose variants (PR #147961)

Abhishek Varma llvmlistbot at llvm.org
Thu Jul 24 01:44:14 PDT 2025


Abhishek-Varma wrote:

Hi @rengolin

So after [this patch](https://github.com/llvm/llvm-project/pull/147168) it'd warrant that `create` methods for the variants be implemented else there'd be a compilation failure for `replaceOpWithNewOp` method.

I've implemented the same locally and sharing with you a patch [here](https://gist.github.com/Abhishek-Varma/fb40ada9b5dfc98fd2a10801fc15cfbf) to help make progress - could you please use that in this PR? :)

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


More information about the Mlir-commits mailing list