[Mlir-commits] [mlir] [MLIR][NVVM] Add trap (PR #120247)

Pradeep Kumar llvmlistbot at llvm.org
Fri Dec 20 03:02:40 PST 2024


================
@@ -2333,6 +2312,41 @@ def NVVM_Breakpoint : NVVM_Op<"breakpoint"> {
   let assemblyFormat = "attr-dict";
 }
 
+def NVVM_Trap : NVVM_Op<"trap"> {
----------------
schwarzschild-radius wrote:

@grypp did you `debugtrap`, I am not able to find references to debugpoint. If you mean `debugtrap`, that generates `brkpt` right? (https://godbolt.org/z/oYPnn6qnn)

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


More information about the Mlir-commits mailing list