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

7 lines
89 B
LLVM
Raw Normal View History

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