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

Tobias Gysi llvmlistbot at llvm.org
Sat Dec 16 10:15:09 PST 2023


gysit wrote:

@waj334 I just had a brief discussion with @zero9178. It is likely that attribute printing and parsing only works if you disable alias printing for all attributes that potentially can be involved in a cyclic with a mutable DICompositeType. DIDerivedType is for sure among these attributes.

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


More information about the Mlir-commits mailing list