[Mlir-commits] [mlir] [MLIR][LLVM] Support Recursive DITypes (PR #80251)

Billy Zhu llvmlistbot at llvm.org
Tue Mar 19 12:34:44 PDT 2024


zyx-billy wrote:

OK I went back to the drawing board and found out that we can just create temporaries that support RAUW. Instead of adding more mutation to DICompositeType, perhaps this was the cleanest solution anyway (I think you might've mentioned something like this earlier?). Have the test case passing now: https://github.com/llvm/llvm-project/pull/85850.

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


More information about the Mlir-commits mailing list