[Mlir-commits] [mlir] [mlir] Retain original identifier names for debugging (PR #79704)
Mehdi Amini
llvmlistbot at llvm.org
Sat Jan 27 18:19:54 PST 2024
https://github.com/joker-eph requested changes to this pull request.
This is a fairly straightforward solution, however the requirements aren't super clear to me to understand if this is really the right solution.
I also have concerns about using the dictionary of attributes here: the main purpose of the textual IR is to be faithful to the in-memory representation, and this is breaking this contract.
https://github.com/llvm/llvm-project/pull/79704
More information about the Mlir-commits
mailing list