[Mlir-commits] [mlir] [mlir][VectorToLLVM] emit `inbounds|nuw` GEP flags when lowering `vector.load/store` (PR #202118)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Fri Jun 12 07:06:49 PDT 2026
================
----------------
banach-space wrote:
This is effectively an integration and integration tests are kept in https://github.com/llvm/llvm-project/tree/f6e4e71fcdbff98cb060f87695c75f00b43bf918/mlir/test/Integration.
However, IMO we can skip this. All we need to verify is that `vector.load`, when lowered to LLVM, contains `in_bounds`. This particular test doesn't really add anything in terms of test coverage.
https://github.com/llvm/llvm-project/pull/202118
More information about the Mlir-commits
mailing list