[Mlir-commits] [mlir] [TOSA] Prevent OoB accesses in gather/scatter (PR #213242)

Luke Hutton llvmlistbot at llvm.org
Fri Jul 31 09:36:32 PDT 2026


https://github.com/lhutton1 requested changes to this pull request.

I would consider an out of bound index to be undefined behaviour which would suggest something going wrong with the way a model is constructed / calculates indices for gather/scatter

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


More information about the Mlir-commits mailing list