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

Guray Ozen llvmlistbot at llvm.org
Tue Dec 17 10:58:33 PST 2024


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

@durga4github what do you think? @schwarzschild-radius has a good point.
Should we just use the llvm dialect's OPs or have our own in NVVM dialect? I don't have a strong opinion. 

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


More information about the Mlir-commits mailing list