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

Abid Qadeer llvmlistbot at llvm.org
Tue Aug 26 04:10:52 PDT 2025


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

I am not sure about this. The mlir representation remains the same. It is just that mlir InrtOp now translates to dbg records instead of debug intrinsics in llvm.

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


More information about the Mlir-commits mailing list