[Mlir-commits] [mlir] [TOSA] Prevent OoB accesses in gather/scatter (PR #213242)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Mon Aug 3 06:26:50 PDT 2026
banach-space wrote:
TOSA is not really my area of expertise, but we have been discussing gathers and scatters a lot recently in the context of `Vector`, so this is of interest.
I agree with @lhutton1 here - I would also classify OOB as UB. In fact, that's basically what https://llvm.org/docs/LangRef.html says (though, we should be mindful that TOSA != LLVM). This is basically hiding the original issue and its origins.
Thanks!
https://github.com/llvm/llvm-project/pull/213242
More information about the Mlir-commits
mailing list