This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Enable misched for R52.
ClosedPublic

Authored by dmgreen on Apr 26 2018, 3:00 AM.

Details

Summary

Back when the R52 schedule was added in rL286949, there was no way
to enable machine schedules in ARM for specific cores. Since then a
target feature has been added. This enables the feature for R52, removing
the need manually specify compiler flags.

Diff Detail

Event Timeline

dmgreen created this revision.Apr 26 2018, 3:00 AM
fhahn accepted this revision.Apr 26 2018, 3:31 AM
fhahn added a reviewer: MatzeB.

LGTM, assuming you are happy with the perf numbers.

I think it is great to see some Arm cores moving to the MachineScheduler.

This revision is now accepted and ready to land.Apr 26 2018, 3:31 AM

Thanks. The perf numbers are indeed looking good.