summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/llc-start-stop-instance-errors.ll
Commit message (Collapse)AuthorAgeFilesLines
* MIR: Add method to stop after specific runs of passesMatt Arsenault2018-12-041-0/+4
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
OpenPOWER on IntegriCloud