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

Tobias Gysi llvmlistbot at llvm.org
Tue Aug 26 04:13:57 PDT 2025


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

Yeah I would stick to `LLVM_DbgIntrOp` since they are effectively still intrinsics in MLIR.

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


More information about the Mlir-commits mailing list