[Mlir-commits] [mlir] [mlir][debug] Convert DbgIntrOp to DebugRecords directly. (PR #154926)
Andy Kaylor
llvmlistbot at llvm.org
Mon Aug 25 13:25:42 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:
```suggestion
class LLVM_DbgRecordOp<string name, string argName, list<Trait> traits = []>
```
https://github.com/llvm/llvm-project/pull/154926
More information about the Mlir-commits
mailing list