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