[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / infer-addrpace-pipeline.ll
blob4ff30a8c811f8a2181329709abd4873dc822c886
1 ; RUN: opt -mtriple=amdgcn--amdhsa -disable-output -disable-verify -debug-pass=Structure -O2 %s -enable-new-pm=0 2>&1 | FileCheck -check-prefix=LPM %s
2 ; RUN: opt -mtriple=amdgcn--amdhsa -disable-output -disable-verify -debug-pass-manager -passes='default<O2>' %s 2>&1 | FileCheck -check-prefix=NPM %s
4 ; LPM: Function Integration/Inlining
5 ; LPM: FunctionPass Manager
6 ; LPM: Infer address spaces
7 ; LPM: SROA
9 ; NPM: Running pass: InlinerPass
10 ; NPM: Running pass: InferAddressSpacesPass
11 ; NPM: Running pass: SROA
13 define void @empty() {
14   ret void