[Mlir-commits] [mlir] [MLIR][LLVM] Use CyclicReplacerCache for recursive DIType import (PR #98203)

Billy Zhu llvmlistbot at llvm.org
Fri Aug 2 10:17:15 PDT 2024


zyx-billy wrote:

If we made all nodes cycle-breaking... We can either make each node have a dedicated self-reference mode, or use a dedicated back-reference DIAttr, but either way we have to deal with extra casting / checking everywhere 🤔. So I agree it's worth trying (3.) first and see if that solves everything in practice already.

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


More information about the Mlir-commits mailing list