[Mlir-commits] [mlir] [MLIR][Interface]: Verify index map ranks before composing loop bounds (PR #173434)

lonely eagle llvmlistbot at llvm.org
Fri Dec 26 23:10:16 PST 2025


https://github.com/linuxlonelyeagle approved this pull request.

I have carefully reviewed the code changes. Overall, it checks early whether the number of dimensions of the indexing_maps is consistent with the number of tensors. This ensures that the AffineMaps can be composed correctly.

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


More information about the Mlir-commits mailing list