Lines Matching refs:O1
2 ; RUN: opt -O1 -S -debug -enable-new-pm=0 %s 2>&1 | FileCheck %s --check-prefix=O1
3 ; RUN: opt -O2 -S -debug -enable-new-pm=0 %s 2>&1 | FileCheck %s --check-prefix=O1 --check-prefix=O…
4 ; RUN: opt -O3 -S -debug -enable-new-pm=0 %s 2>&1 | FileCheck %s --check-prefix=O1 --check-prefix=O…
8 ; RUN: opt -passes='default<O1>' -S -debug-pass-manager %s 2>&1 | FileCheck %s --check-prefix=NPM-O1
9 …ault<O2>' -S -debug-pass-manager %s 2>&1 | FileCheck %s --check-prefix=NPM-O1 --check-prefix=NPM-O…
10 …ault<O3>' -S -debug-pass-manager %s 2>&1 | FileCheck %s --check-prefix=NPM-O1 --check-prefix=NPM-O…
48 ; IR passes run at -O1 and higher.
49 ; O1-DAG: Skipping pass 'Aggressive Dead Code Elimination'
50 ; O1-DAG: Skipping pass 'Combine redundant instructions'
51 ; O1-DAG: Skipping pass 'Early CSE'
52 ; O1-DAG: Skipping pass 'Reassociate expressions'
53 ; O1-DAG: Skipping pass 'Simplify the CFG'
54 ; O1-DAG: Skipping pass 'Sparse Conditional Constant Propagation'
55 ; NPM-O1-DAG: Skipping pass: SimplifyCFGPass on foo
56 ; NPM-O1-DAG: Skipping pass: SROA
57 ; NPM-O1-DAG: Skipping pass: EarlyCSEPass
58 ; NPM-O1-DAG: Skipping pass: LowerExpectIntrinsicPass
59 ; NPM-O1-DAG: Skipping pass: PromotePass
60 ; NPM-O1-DAG: Skipping pass: InstCombinePass