[Mlir-commits] [mlir] [mlir][vector] Always print the in_bounds attribute (PR #96031)
Benjamin Maxwell
llvmlistbot at llvm.org
Sat Jun 22 04:21:48 PDT 2024
MacDue wrote:
> The transformation is safe, but we can't verify that in_bounds = [false, false] was preserved if it's not printed.
Just a note that the semantics are preserved even if the attribute is not, as both the lack of an attribute and the an all-false attribute have the same meaning.
https://github.com/llvm/llvm-project/blob/4145ad2bac4bb99d5034d60c74bb2789f6c6e802/mlir/include/mlir/Interfaces/VectorInterfaces.td#L243-L246
https://github.com/llvm/llvm-project/pull/96031
More information about the Mlir-commits
mailing list