[Mlir-commits] [mlir] [mlir][vector] Always print the in_bounds attribute (PR #96031)

Andrzej Warzyński llvmlistbot at llvm.org
Wed Jun 19 12:08:56 PDT 2024


banach-space wrote:

> Do we also update the examples in op descriptions?

Not sure, it's an optional attribute:
>   An optional boolean array attribute `in_bounds` specifies for every vector dimension if the transfer is guaranteed to be within the source bounds.

With this change, `in_bounds` will always be printed when present. And skipped otherwise. Not sure how one would document that 😅 As in, this is the intuitive/expected behaviour, right? 

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


More information about the Mlir-commits mailing list