repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-objdump] - Remove one overload of reportError. NFCI.
[llvm-complete.git]
/
test
/
CodeGen
/
AMDGPU
/
infer-addrpace-pipeline.ll
blob
912b5ea949da446f637fa224c60e013c33c8706c
1
; RUN: opt -mtriple=amdgcn--amdhsa -disable-output -disable-verify -debug-pass=Structure -O2 %s 2>&1 | FileCheck -check-prefix=GCN %s
2
3
; GCN: Function Integration/Inlining
4
; GCN: FunctionPass Manager
5
; GCN: Infer address spaces
6
; GCN: SROA
7
8
define void @empty() {
9
ret void
10
}