[Mlir-commits] [mlir] [NFC][MLIR][Linalg] Refactor linalg.matmul tablegen ODS and related C++ code. (PR #116377)
Md Asghar Ahmad Shahid
llvmlistbot at llvm.org
Mon Nov 18 03:50:59 PST 2024
================
@@ -222,9 +214,6 @@ buildMatmulOp(OpBuilder &b, OperationState &state,
indexingMapsAttrVal.push_back(AffineMapAttr::get(map));
}
state.addAttribute("indexing_maps", b.getArrayAttr(indexingMapsAttrVal));
- } else {
- indexingMapsAttrVal = getDefaultMatmulIndexingMapAttr(b.getContext());
- state.addAttribute("indexing_maps", b.getArrayAttr(indexingMapsAttrVal));
----------------
shahidact wrote:
Ah, my bad. I will update it accordingly.
https://github.com/llvm/llvm-project/pull/116377
More information about the Mlir-commits
mailing list