xref: /aosp_15_r20/external/llvm/test/CodeGen/Generic/stop-after.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -debug-pass=Structure -stop-after=loop-reduce -o /dev/null 2>&1 | FileCheck %s -check-prefix=STOP
2*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -debug-pass=Structure -start-after=loop-reduce -o /dev/null 2>&1 | FileCheck %s -check-prefix=START
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Worker; STOP: -loop-reduce
5*9880d681SAndroid Build Coastguard Worker; STOP: Loop Strength Reduction
6*9880d681SAndroid Build Coastguard Worker; STOP-NEXT: Machine Function Analysis
7*9880d681SAndroid Build Coastguard Worker; STOP-NEXT: MIR Printing Pass
8*9880d681SAndroid Build Coastguard Worker
9*9880d681SAndroid Build Coastguard Worker; START: -machine-branch-prob -pre-isel-intrinsic-lowering
10*9880d681SAndroid Build Coastguard Worker; START: FunctionPass Manager
11*9880d681SAndroid Build Coastguard Worker; START-NEXT: Lower Garbage Collection Instructions
12