[Mlir-commits] [mlir] [mlir][linalg] fix specialization of transposed matmul variants (PR #181387)

Javed Absar llvmlistbot at llvm.org
Sat Feb 14 06:03:05 PST 2026


================
@@ -147,9 +147,15 @@ static LinalgOp replaceWithMatmulVariant(RewriterBase &rewriter, GenericOp op,
     castAttrVec = {rewriter.getNamedAttr(
         "cast", TypeFnAttr::get(rewriter.getContext(), *castTy))};
 
+  ArrayAttr indexingMaps = op.getIndexingMaps();
----------------
javedabsar1 wrote:

Seems like then this was a error? Was it?

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


More information about the Mlir-commits mailing list