This is an archive of the discontinued LLVM Phabricator instance.

llc: Add support for -run-pass none
ClosedPublic

Authored by MatzeB on Jul 15 2016, 6:43 PM.

Details

Summary

This does not schedule any passes besides the ones necessary to
construct and print the machine function. This is useful to test .mir
file parsing and printing.

Diff Detail

Repository
rL LLVM

Event Timeline

MatzeB updated this revision to Diff 64218.Jul 15 2016, 6:43 PM
MatzeB retitled this revision from to llc: Add support for -run-pass none.
MatzeB updated this object.
MatzeB added reviewers: qcolombet, dexonsmith.
MatzeB set the repository for this revision to rL LLVM.
MatzeB added a subscriber: llvm-commits.
This revision was automatically updated to reflect the committed changes.