[Mlir-commits] [mlir] [RemoveDIs][MLIR] Don't process debug records in the LLVM-IR translator (PR #89735)

Tobias Gysi llvmlistbot at llvm.org
Tue Apr 23 10:01:46 PDT 2024


gysit wrote:

> Are there any discussions on changing how debug ops are modeled in the LLVM dialect too? Or just that this might happen at some point and until then it's not worth updating the import.

I am not aware of an active discussion but may have missed it. Normally adoption of new features is more or less need driven and not too fast. Are you familiar with the new representation? I wonder if we could use the debug locations directly to store the information.

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


More information about the Mlir-commits mailing list