aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/stop-after.ll
blob: 5e0e350bc7fe5ee13a0c4f883fa46a6d7ca70205 (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llc < %s -debug-pass=Structure -stop-after=loop-reduce -o /dev/null 2>&1 | FileCheck %s -check-prefix=STOP
; RUN: llc < %s -debug-pass=Structure -start-after=loop-reduce -o /dev/null 2>&1 | FileCheck %s -check-prefix=START

; STOP: -loop-reduce -print-module
; STOP: Loop Strength Reduction
; STOP-NEXT: Machine Function Analysis

; START: -machine-branch-prob -jump-instr-tables -gc-lowering
; START: FunctionPass Manager
; START-NEXT: Lower Garbage Collection Instructions