This is an archive of the discontinued LLVM Phabricator instance.

Allow the -enable-misched command line option to control the post-ra MI scheduler as well.
AbandonedPublic

Authored by mcrosier on Jan 20 2016, 11:58 AM.

Details

Reviewers
atrick
Summary

I'm also fine with creating a new option (e.g., -enable-postra-misched) that controls only the post-ra mi scheduler.

Also, I have a yet-to-be-submitted patch that requires this change to prevent a lit test from regressing.

Chad

Diff Detail

Event Timeline

mcrosier updated this revision to Diff 45428.Jan 20 2016, 11:58 AM
mcrosier retitled this revision from to Allow the -enable-misched command line option to control the post-ra MI scheduler as well. .
mcrosier updated this object.
mcrosier added a reviewer: atrick.
mcrosier added a subscriber: llvm-commits.
mcrosier abandoned this revision.Jan 20 2016, 3:16 PM

I decided to go ahead an commit a fix in r258364, which adds a new command line option -enable-post-misched. This was necessary for D16369 and I decided this type of change didn't really warrant the review (or it could be addressed in post-commit review).