[Mlir-commits] [mlir] [mlir][vector] Add opt-in `inbounds`/`nneg` flags to `vector.load`/`vector.store` (PR #202118)
Krzysztof Drewniak
llvmlistbot at llvm.org
Mon Jun 15 08:45:52 PDT 2026
krzysz00 wrote:
I'm partly arguing for these flags because there are MLIR-level transformations that are enabled by knowing your load/store indices are in-bounds, which, unlike for memref.load, was never a documented property of vector.load, so we need to annotate for it
https://github.com/llvm/llvm-project/pull/202118
More information about the Mlir-commits
mailing list