[Mlir-commits] [mlir] [mlir][linalg] Avoid asserts in IndexingMapOpInterface (PR #179072)

Samarth Narang llvmlistbot at llvm.org
Sat Jan 31 17:27:38 PST 2026


snarang181 wrote:

> I dont really like that, would be better to fix the rank computation. Even easier solution would be to emit some thing like "expeceted tensor or memref with rank {rank} to match the indexing map, got {type}" for all cases. But i dont think you need to worry about it in this pr anyway, just keep your original changes and ill fix that code later

Sounds good, reverted those changes.

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


More information about the Mlir-commits mailing list