Mercurial > hg > CbC > CbC_llvm
annotate llvm/test/CodeGen/AMDGPU/infer-addrpace-pipeline.ll @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children | 2e18cbf3894f |
rev | line source |
---|---|
150 | 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 } |