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

Billy Zhu llvmlistbot at llvm.org
Thu Mar 14 19:02:15 PDT 2024


zyx-billy wrote:

@waj334 Just wanted to give you a heads up in case you haven't been following the discourse thread. I'm just about to send in #80251 which adds a recursive DI type interface that can be implemented by DI types that want to support recursion (only composite types for now). The main difference is it doesn't depend on mutable attrs, and can be used generically. Of course feel free to join the discussion thread if you feel strongly about mutable attrs. In the interest of time, I'll merge that implementation in first and we can always switch lanes down the road. Thanks!

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


More information about the Mlir-commits mailing list