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