Stanislav Mekhanoshin | 50c2f25 | 2017-06-19 23:17:36 +0000 | [diff] [blame] | 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 | } |