repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
AMDGPU
/
GlobalISel
/
shader-epilogs.ll
blob
c82b13084c9d1a8c0466d2739524700d3af62620
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
6
define amdgpu_vs void @vs_epilog() {
7
main_body:
8
ret void
9
}