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

Stefan Weigl-Bosker llvmlistbot at llvm.org
Wed Feb 4 05:46:27 PST 2026


sweiglbosker wrote:

Maybe the checks should be added to a verifier for GenericOp? Iirc IndexingMapOpInterface is supposed to be polymorphic for shaped types in general (I think this was done with iree in mind, maybe check how they use it?). As for in-tree, i think vector.contract also uses it, so the "only memref and tensor" constaint wouldnt work.

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


More information about the Mlir-commits mailing list