Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
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
}