Bob Wilson | cac3b90 | 2012-07-02 19:48:45 +0000 | [diff] [blame] | 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 | |
Alex Lorenz | 2bdb4e1 | 2015-05-27 18:02:19 +0000 | [diff] [blame] | 4 | ; STOP: -loop-reduce |
Bob Wilson | cac3b90 | 2012-07-02 19:48:45 +0000 | [diff] [blame] | 5 | ; STOP: Loop Strength Reduction |
| 6 | ; STOP-NEXT: Machine Function Analysis |
Alex Lorenz | 2bdb4e1 | 2015-05-27 18:02:19 +0000 | [diff] [blame] | 7 | ; STOP-NEXT: MIR Printing Pass |
Bob Wilson | cac3b90 | 2012-07-02 19:48:45 +0000 | [diff] [blame] | 8 | |
Eric Christopher | 3b94e33 | 2015-02-27 19:03:38 +0000 | [diff] [blame] | 9 | ; START: -machine-branch-prob -gc-lowering |
Bob Wilson | cac3b90 | 2012-07-02 19:48:45 +0000 | [diff] [blame] | 10 | ; START: FunctionPass Manager |
| 11 | ; START-NEXT: Lower Garbage Collection Instructions |