llvm-project/llvm/test/CodeGen/MIR/Generic
Quentin Colombet 129458a7ed [llc] Add support for several run-pass options.
Previously we could run only one machine pass with the run-pass option.
With that patch, we can now specify several passes with several run-pass
options (or just one option with a list of comma separated passes) and
llc will build the related pipeline.
This is great to test the interaction of two passes that are not
necessarily next to each other in the pipeline, or play with pass
ordering.
Now, we should be at parity with opt for the flexibility of running
passes.

Note: I also moved the run pass option from CommandFlags.h to llc.cpp
because, really, this is needed only there!

llvm-svn: 272356
2016-06-10 00:52:10 +00:00
..
basic-blocks.mir When printing MIR, output to errs() rather than outs(). 2016-02-19 00:18:46 +00:00
expected-colon-after-basic-block.mir
expected-mbb-reference-for-successor-mbb.mir
frame-info.mir When printing MIR, output to errs() rather than outs(). 2016-02-19 00:18:46 +00:00
function-missing-machine-function.mir
invalid-jump-table-kind.mir [llc] Remove exit-on-error flag from MIR tests (PR27770) 2016-06-09 10:31:05 +00:00
lit.local.cfg
llvm-ir-error-reported.mir [llc] Remove exit-on-error flag from MIR tests (PR27770) 2016-06-09 10:31:05 +00:00
llvmIR.mir When printing MIR, output to errs() rather than outs(). 2016-02-19 00:18:46 +00:00
llvmIRMissing.mir When printing MIR, output to errs() rather than outs(). 2016-02-19 00:18:46 +00:00
machine-basic-block-ir-block-reference.mir When printing MIR, output to errs() rather than outs(). 2016-02-19 00:18:46 +00:00
machine-basic-block-redefinition-error.mir
machine-basic-block-undefined-ir-block.mir
machine-basic-block-unknown-name.mir
machine-function-missing-body-error.mir
machine-function-missing-function.mir [llc] Remove exit-on-error flag from MIR tests (PR27770) 2016-06-09 10:31:05 +00:00
machine-function-missing-name.mir [llc] Remove exit-on-error flag from MIR tests (PR27770) 2016-06-09 10:31:05 +00:00
machine-function-redefinition-error.mir [llc] Remove exit-on-error flag from MIR tests (PR27770) 2016-06-09 10:31:05 +00:00
machine-function.mir When printing MIR, output to errs() rather than outs(). 2016-02-19 00:18:46 +00:00
multiRunPass.mir [llc] Add support for several run-pass options. 2016-06-10 00:52:10 +00:00
register-info.mir When printing MIR, output to errs() rather than outs(). 2016-02-19 00:18:46 +00:00