blob: 5e0e350bc7fe5ee13a0c4f883fa46a6d7ca70205 [file] [log] [blame]
Bob Wilsoncac3b902012-07-02 19:48:45 +00001; 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
Tom Roeder44cb65f2014-06-05 19:29:43 +00008; START: -machine-branch-prob -jump-instr-tables -gc-lowering
Bob Wilsoncac3b902012-07-02 19:48:45 +00009; START: FunctionPass Manager
10; START-NEXT: Lower Garbage Collection Instructions