This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Custom machine-scheduler. NFCI.
ClosedPublic

Authored by javed.absar on Jun 8 2017, 9:19 AM.

Details

Summary

This patch creates a customised machine-scheduler for ARM targets, so that subsequently DAG mutations etc
can be added.

Diff Detail

Event Timeline

javed.absar created this revision.Jun 8 2017, 9:19 AM
fhahn accepted this revision.Jun 9 2017, 2:06 AM

LGTM. This will allow us to add DAG mutations for CPUs using the MachineScheduler going forward.

This revision is now accepted and ready to land.Jun 9 2017, 2:06 AM
This revision was automatically updated to reflect the committed changes.