[Mlir-commits] [mlir] [MLIR] Erase location of folded constants (PR #75415)
Billy Zhu
llvmlistbot at llvm.org
Thu Dec 21 09:50:00 PST 2023
zyx-billy wrote:
Thank you @joker-eph!
Yes I agree the uses are a bit fuzzy today. If we end up breaking existing use cases, it probably means MLIR needs to spell out exactly what locations are meant for (is it somewhere already?). Since in order for dialect-independent passes to do anything involving locations, we first need dialect-independent semantics for locations. It's possible there are already conflicting dialect-defined location semantics but things never broke too much for folks to go in and enforce it.
https://github.com/llvm/llvm-project/pull/75415
More information about the Mlir-commits
mailing list