[Mlir-commits] [mlir] [MLIR][Linalg] Remove matmul_transpose variants (PR #147961)
Renato Golin
llvmlistbot at llvm.org
Thu Jul 24 06:40:35 PDT 2025
rengolin wrote:
> 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 added the create and have used it in the `replaceOpWithNewOp` pattern in `TransposeMatmul.cpp`, which worked fine without the need for the "implicit" version. Is there something else we need to do here?
https://github.com/llvm/llvm-project/pull/147961
More information about the Mlir-commits
mailing list