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