]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/CodeGen/Generic/stop-after.ll
Vendor import of llvm RELEASE_350/final tag r216957 (effectively, 3.5.0 release):
[FreeBSD/FreeBSD.git] / test / CodeGen / Generic / stop-after.ll
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 -print-module
5 ; STOP: Loop Strength Reduction
6 ; STOP-NEXT: Machine Function Analysis
7
8 ; START: -machine-branch-prob -jump-instr-tables -gc-lowering
9 ; START: FunctionPass Manager
10 ; START-NEXT: Lower Garbage Collection Instructions