[Mlir-commits] [mlir] [mlir] Add support for recursive elements in DICompositeTypeAttr. (PR #74948)

Tobias Gysi llvmlistbot at llvm.org
Sat Dec 16 10:42:51 PST 2023


gysit wrote:

> If I can detect that an attribute has an usage in a mutable attribute, I can just have printAlias return a failed result, right?

I would have suggested to completely disable the alias printing for these types. That can be done inside LLVMOpAsmDialectInterface by removing the corresponding attributes from the TypeSwitch. Changes inside printAlias should not be necessary.


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


More information about the Mlir-commits mailing list