[Mlir-commits] [mlir] [mlir][debug] Convert DbgIntrOp to DebugRecords directly. (PR #154926)
Andy Kaylor
llvmlistbot at llvm.org
Tue Aug 26 17:53: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:
In what sense are they intrinsics in MLIR? I didn't think MLIR had a concept of intrinsics beyond having a way to represent calls to LLVM IR intrinsics.
This is obviously a minor point and I don't have a problem with the change going in either way. I just want to make sure I'm not missing something.
https://github.com/llvm/llvm-project/pull/154926
More information about the Mlir-commits
mailing list