[Mlir-commits] [mlir] [MLIR] Erase location of folded constants (PR #75415)
Mehdi Amini
llvmlistbot at llvm.org
Wed Dec 20 23:17:51 PST 2023
joker-eph wrote:
Since locations are used for more than just line numbers and lead to other kind of context than debugging, this may bite us and we may have to revet this in the future. Thinks of DL graphs where you rather keep a constant name for the node instead of erasing it when it becomes shared.
We can give it a try though.
https://github.com/llvm/llvm-project/pull/75415
More information about the Mlir-commits
mailing list