Currently if you use -{start,stop}-{before,after}, it picks
the first instance with the matching pass name. If you run
the same pass multiple times, there's no way to distinguish them.
Allow specifying a run index wih ,N to specify which you mean.
llvm-svn: 348285
5 lines
224 B
LLVM
5 lines
224 B
LLVM
; RUN: not llc -debug-pass=Structure -stop-after=dead-mi-elimination,arst %s -o /dev/null 2>&1 \
|
|
; RUN: | FileCheck -check-prefix=NOT-NUM %s
|
|
|
|
; NOT-NUM: LLVM ERROR: invalid pass instance specifier dead-mi-elimination,arst
|