[Mlir-commits] [mlir] [mlir][linalg] Preserve cast semantics during generic to matmul (PR #174757)

Adam Siemieniuk llvmlistbot at llvm.org
Thu Jan 8 01:56:28 PST 2026


================
@@ -134,14 +135,72 @@ static IndexMatchResult matchOperandMap(AffineMap map, unsigned rowDimIdx,
 //  All the variants expressed as pseudo regular expression:
 //      `linalg.{batch_}?matmul{_transpose_a | _transpose_b}?`
 //  have same number of ins/out, so its easy to stamp different versions.
----------------
adam-smnk wrote:

nit: not related to PR but as we're already here, could you align the whole comment block to have one space after `//`?

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


More information about the Mlir-commits mailing list