[Mlir-commits] [mlir] [mlir] Retain original identifier names for debugging (PR #79704)

Jacques Pienaar llvmlistbot at llvm.org
Fri Feb 2 11:12:26 PST 2024


jpienaar wrote:

One thing I was wondering about here (and sorry haven't had time to follow the other discussion - also sounded like there was some confusion with what I said there as I saw 2 uses and meant different comments for each). For 2 have we considered enabling creating an AsmState from an AsmParserState? That would handle this right (its in the 2nd approach model). It would not handle tracking mutations - but then again mutation tracking would be duplicated via other means. It may require allowing mutations of AsmState ... so potentially a separate mapping may be better.

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


More information about the Mlir-commits mailing list