[Mlir-commits] [mlir] [MLIR][NVVM] Add trap (PR #120247)
Pradeep Kumar
llvmlistbot at llvm.org
Tue Dec 17 08:15:25 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 There is already an llvm.trap Op in the LLVM Dialect, should we use that one instead?
https://github.com/llvm/llvm-project/pull/120247
More information about the Mlir-commits
mailing list