Sign in
llvm
/
llvm-project
/
fc0653f31c2a153eaa87f7fe87bd5f1090c4c8ba
/
.
/
llvm
/
test
/
CodeGen
/
AMDGPU
/
GlobalISel
/
shader-epilogs.ll
blob: 9d6e0743bc0febe4214e6bdf03d1a9b6691fb02d [
file
]
; RUN: llc < %s -mtriple=amdgcn -mcpu=tonga -show-mc-encoding -global-isel | FileCheck --check-prefix=GCN %s
; GCN-LABEL: vs_epilog
; GCN: s_endpgm
define
amdgpu_vs
void
@vs_epilog
()
{
main_body
:
ret
void
}