[Mlir-commits] [mlir] [mlir][vector] Add opt-in `inbounds`/`nneg` flags to `vector.load`/`vector.store` (PR #202118)

Federico Bruzzone llvmlistbot at llvm.org
Mon Jun 15 22:22:47 PDT 2026


FedericoBruzzone wrote:

> Also, re in_bounds on transfer_read, I'm pretty sure there are a bunch of patterns that will check that to see if they need to decompose the transfer_read into a bunch of smaller operations or add guards or not. Like, that array might make the difference between emitting a load and a masked load.

If I understand correctly what you mean, my previous comment [1] I think shows something like that, though not exactly.

[1] https://github.com/llvm/llvm-project/pull/202118#issuecomment-4681159387

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


More information about the Mlir-commits mailing list