[Mlir-commits] [mlir] [mlir][debug] Convert DbgIntrOp to DebugRecords directly. (PR #154926)

Andy Kaylor llvmlistbot at llvm.org
Wed Aug 27 15:37:50 PDT 2025


================
@@ -673,22 +673,6 @@ def LLVM_CoroPromiseOp : LLVM_IntrOp<"coro.promise", [], [], [], 1> {
 
 class LLVM_DbgIntrOp<string name, string argName, list<Trait> traits = []>
----------------
andykaylor wrote:

Yes, there's definitely a difficulty mapping debug records to MLIR constructs. I'm fine with this implementation if it's just seen as a temporary step along the way to a better handling of debug records, though this artificial link to intrinsic calls makes me uneasy.

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


More information about the Mlir-commits mailing list