This is an archive of the discontinued LLVM Phabricator instance.

ARM: Remove Itineraries for swift CPU
ClosedPublic

Authored by MatzeB on May 12 2015, 2:03 PM.

Details

Summary

They do more harm than good when used in the MachineScheduler as they
tend to take preference to register pressure minimsation which is more
important for swift. They are also superseded by the new SchedModel.

Diff Detail

Repository
rL LLVM

Event Timeline

MatzeB updated this revision to Diff 25622.May 12 2015, 2:03 PM
MatzeB retitled this revision from to ARM: Remove Itineraries for swift CPU.
MatzeB updated this object.
MatzeB edited the test plan for this revision. (Show Details)
MatzeB added a reviewer: atrick.
MatzeB set the repository for this revision to rL LLVM.
MatzeB added a subscriber: Unknown Object (MLST).
atrick accepted this revision.May 12 2015, 2:08 PM
atrick edited edge metadata.

Yay!!!

This revision is now accepted and ready to land.May 12 2015, 2:08 PM
This revision was automatically updated to reflect the committed changes.