[Mlir-commits] [mlir] [mlir] [attribute] Fix inconsistent nested attribute parser and printer (PR #133872)

Jueon Park llvmlistbot at llvm.org
Tue Oct 14 07:54:19 PDT 2025


JueonPark wrote:

I believe I may have misunderstood.

Initially, I thought the current parser always required all nested attributes to be qualified. Therefore, I assumed the printer also needed to output all nested attributes as qualified.

This was incorrect. The current parser was already parsing unqualified nested attributes correctly and was in sync with the printer.

Since this patch doesn't create different logic for the parser and the printer in the first place, I think this PR could be closed.
I'm sorry, @joker-eph , for taking your time to review this.

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


More information about the Mlir-commits mailing list