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

Justin Wilson llvmlistbot at llvm.org
Sun Mar 17 18:38:30 PDT 2024


waj334 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!

It seems I have a refactor in my future! I'll take a look at your PR when I get freed up again.

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


More information about the Mlir-commits mailing list