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

Tobias Gysi llvmlistbot at llvm.org
Thu Jun 18 06:22:02 PDT 2026


https://github.com/gysit approved this pull request.

LGTM modulo nit from my end.

I am not a memref expert/user and it would be good if someone else can have a look as well. The logic seems correct assuming offsets are always positive while the strides may be negative.


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


More information about the Mlir-commits mailing list