bolt/deps/llvm-18.1.8/llvm/test/CodeGen/AMDGPU/GlobalISel/shader-epilogs.ll
2025-02-14 19:21:04 +01:00

9 lines
233 B
LLVM

; 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
}