Home | History | Annotate | Download | only in AMDGPU
      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 }
     11