[Mlir-commits] [mlir] [mlir][ArmSME] Reject non-unit-stride `tile_load/tile_store` memrefs and pass `layout{IdentityLayoutMap}` to matmul tests (PR #214959)

Federico Bruzzone llvmlistbot at llvm.org
Mon Aug 10 02:38:00 PDT 2026


FedericoBruzzone wrote:

I think I've fixed them, the problem was with the generated maskedloads. By passing `layout{IdentityLayoutMap}`, they shouldn't be generated anymore. Am I missing something? :'D

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


More information about the Mlir-commits mailing list