[Mlir-commits] [mlir] [mlir][MemRefToLLVM] fix incorrect `nuw` on `GEP/mul` when lowering `memref.load/store` with negative strides (PR #204309)

Krzysztof Drewniak llvmlistbot at llvm.org
Tue Jun 23 11:49:26 PDT 2026


krzysz00 wrote:

I think we might want to RFC if someone's actually using negative offsets ... or add something to either the load/store instructions themselves or to the memref alyout allowing people to assert that the strides, though dynamic, are non-negative.



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


More information about the Mlir-commits mailing list