Mercurial > hg > CbC > CbC_llvm
comparison llvm/test/CodeGen/AMDGPU/infer-addrpace-pipeline.ll @ 221:79ff65ed7e25
LLVM12 Original
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 15 Jun 2021 19:15:29 +0900 |
parents | 1d019706d866 |
children | c4bab56944e8 |
comparison
equal
deleted
inserted
replaced
220:42394fc6a535 | 221:79ff65ed7e25 |
---|---|
1 ; RUN: opt -mtriple=amdgcn--amdhsa -disable-output -disable-verify -debug-pass=Structure -O2 %s 2>&1 | FileCheck -check-prefix=GCN %s | 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 | |
2 | 3 |
3 ; GCN: Function Integration/Inlining | 4 ; LPM: Function Integration/Inlining |
4 ; GCN: FunctionPass Manager | 5 ; LPM: FunctionPass Manager |
5 ; GCN: Infer address spaces | 6 ; LPM: Infer address spaces |
6 ; GCN: SROA | 7 ; LPM: SROA |
8 | |
9 ; NPM: Running pass: InlinerPass | |
10 ; NPM: Running pass: InferAddressSpacesPass | |
11 ; NPM: Running pass: SROA | |
7 | 12 |
8 define void @empty() { | 13 define void @empty() { |
9 ret void | 14 ret void |
10 } | 15 } |