[Mlir-commits] [mlir] [mlir][VectorToLLVM] add opt-in `enable-gep-inbounds-nuw` pass flag for `vector.load/store` (PR #202118)

Andrzej WarzyƄski llvmlistbot at llvm.org
Thu Jun 18 06:27:51 PDT 2026


banach-space wrote:

> Or we ban negative strides.

Strong +1.

If anyone depends on negative strides, banning them explicitly will help surface that requirement rather than letting it remain implicit/untested. We can then work with those users to understand the use cases and either build the necessary infra + tests around them, or find suitable alternatives.

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


More information about the Mlir-commits mailing list