xref: /llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/shader-epilogs.ll (revision 9e9907f1cfa424366fba58d9520f9305b537cec9)
1; RUN: llc < %s -mtriple=amdgcn -mcpu=tonga -show-mc-encoding -verify-machineinstrs -global-isel | FileCheck --check-prefix=GCN %s
2
3; GCN-LABEL: vs_epilog
4; GCN: s_endpgm
5
6define amdgpu_vs void @vs_epilog() {
7main_body:
8  ret void
9}
10