[Mlir-commits] [mlir] [mlir][vector] Always print the in_bounds attribute (PR #96031)
Diego Caballero
llvmlistbot at llvm.org
Wed Jun 19 12:15:21 PDT 2024
dcaballe wrote:
I think it would be better if we make the attribute mandatory with default values set to false. I believe that's the way we've been interpreting the lack of attribute. I would still avoid printing the default attribute to make the op less verbose since this is ops are already hard to read.
https://github.com/llvm/llvm-project/pull/96031
More information about the Mlir-commits
mailing list