[Mlir-commits] [mlir] [mlir][VectorToLLVM] add opt-in `enable-gep-inbounds-nuw` pass flag for `vector.load/store` (PR #202118)
Federico Bruzzone
llvmlistbot at llvm.org
Thu Jun 18 22:25:11 PDT 2026
FedericoBruzzone wrote:
Hi @dcaballe.
My knowledge so far is limited to memref.
Memref was emiting `inbounds|nuw` independently.
It's been patched and no longer emits nuw for negative stride, because it was unsound: #204309.
If you dig into this chat (I understand it's quite long), there are several interesting points.
I hope this helped you in my little bit :D
https://github.com/llvm/llvm-project/pull/202118
More information about the Mlir-commits
mailing list