[Mlir-commits] [mlir] [mlir][memref] Verify out-of-bounds access for `memref.subview` (PR #131876)
Matthias Springer
llvmlistbot at llvm.org
Tue Mar 25 01:58:46 PDT 2025
matthias-springer wrote:
> Just a minor question re the docs - I noticed that the more elaborate example have all been removed. Is that to avoid any examples that are potentially out-of-boundsd?
It's still there. I changed the order of the examples. It's example 3 now. I switched the layout map from the old affine_map representation to the new offset+stride representation. We don't have to talk about symbols/dims anymore, that's why it's shorter.
https://github.com/llvm/llvm-project/pull/131876
More information about the Mlir-commits
mailing list