blob: 791378c3737d25bd39209a6ce8bec5690b2e3377 [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
Alex Lorenz2bdb4e12015-05-27 18:02:19 +00004; STOP: -loop-reduce
Bob Wilsoncac3b902012-07-02 19:48:45 +00005; STOP: Loop Strength Reduction
6; STOP-NEXT: Machine Function Analysis
Alex Lorenz2bdb4e12015-05-27 18:02:19 +00007; STOP-NEXT: MIR Printing Pass
Bob Wilsoncac3b902012-07-02 19:48:45 +00008
Eric Christopher3b94e332015-02-27 19:03:38 +00009; START: -machine-branch-prob -gc-lowering
Bob Wilsoncac3b902012-07-02 19:48:45 +000010; START: FunctionPass Manager
11; START-NEXT: Lower Garbage Collection Instructions