[Mlir-commits] [mlir] [mlir][vector] Add opt-in `inbounds`/`nneg` flags to `vector.load`/`vector.store` (PR #202118)
Krzysztof Drewniak
llvmlistbot at llvm.org
Tue Jun 16 09:08:28 PDT 2026
krzysz00 wrote:
(Though, LLVM-side, I'll note that non-`inbounds` GEP exists and is probably there for a reason. For one thing, C lets you construct the pointer to the end of an object, and also, something like `malloc()`'s internals may well want to go poking around memory that just sort of exists)
https://github.com/llvm/llvm-project/pull/202118
More information about the Mlir-commits
mailing list