[Mlir-commits] [mlir] [mlir][debug] Convert DbgIntrOp to DebugRecords directly. (PR #154926)
Andy Kaylor
llvmlistbot at llvm.org
Tue Aug 26 18:08:02 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:
Oh, I see. It's still deriving from LLVM_IntrOp<> and the name will still be "llvm.intr.dbg.*". That feels like less of a minor point to me. I think there's more going on here than I realized, such as the call to `moduleImport.addDebugIntrinsic` in the `mlirBuilder` which is apparently processing this as a CallInst (while importing LLVM IR?).
Will something have to be done later to import debug records?
https://github.com/llvm/llvm-project/pull/154926
More information about the Mlir-commits
mailing list