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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
AMDGPU
/
GlobalISel
/
shader-epilogs.ll
blob
23ab6336677752a66c4bbfcb00b182ec0f829e77
1
; RUN: llc < %s -march=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
}