This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Disable AArch64StorePairSuppress under optsize
ClosedPublic

Authored by dmgreen on Sep 30 2021, 3:39 AM.

Details

Summary

AArch64StorePairSuppress will prevent the creation of LDP's based on scheduling info. This shouldn't apply when optimizing for size though, where the size decrease should be considered more important.

Diff Detail

Event Timeline

dmgreen created this revision.Sep 30 2021, 3:39 AM
dmgreen requested review of this revision.Sep 30 2021, 3:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 30 2021, 3:39 AM
fhahn accepted this revision.Oct 3 2021, 9:39 AM

LGTM, thanks!

This revision is now accepted and ready to land.Oct 3 2021, 9:39 AM
This revision was landed with ongoing or failed builds.Oct 4 2021, 10:28 AM
This revision was automatically updated to reflect the committed changes.