llvm-project/llvm/test/CodeGen/PTX/exit.ll

7 lines
100 B
LLVM

; RUN: llc < %s -march=ptx | FileCheck %s
define ptx_kernel void @t1() {
;CHECK: exit;
ret void
}