This is an archive of the discontinued LLVM Phabricator instance.

Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRAScheduler()
ClosedPublic

Authored by MatzeB on Jun 12 2015, 8:26 PM.

Details

Summary

r213101 changed the behaviour of this method to not only affect the
PostMachineScheduler scheduler but also the PostRAScheduler scheduler,
renaming should make this fact clear. Also document that the preferred
way is to specify this in the scheduling model instead of overriding
this method.

Diff Detail

Repository
rL LLVM

Event Timeline

MatzeB updated this revision to Diff 27626.Jun 12 2015, 8:26 PM
MatzeB retitled this revision from to Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRAScheduler().
MatzeB updated this object.
MatzeB edited the test plan for this revision. (Show Details)
MatzeB added reviewers: atrick, sanjoy.
MatzeB set the repository for this revision to rL LLVM.
MatzeB added a subscriber: Unknown Object (MLST).
atrick accepted this revision.Jun 12 2015, 8:30 PM
atrick edited edge metadata.

OK

This revision is now accepted and ready to land.Jun 12 2015, 8:30 PM
This revision was automatically updated to reflect the committed changes.