This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Update addo and subo costs
ClosedPublic

Authored by dmgreen on Jan 6 2022, 3:28 AM.

Details

Summary

Similar to D116732, this adds basic sadd_with_overflow, uadd_with_overflow, ssub_with_overflow and usub_with_overflow costs for aarch64, which are usually quite efficiently lowered.

Diff Detail

Event Timeline

dmgreen created this revision.Jan 6 2022, 3:28 AM
dmgreen requested review of this revision.Jan 6 2022, 3:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 6 2022, 3:28 AM
This revision is now accepted and ready to land.Jan 7 2022, 7:09 AM
This revision was landed with ongoing or failed builds.Jan 7 2022, 8:20 AM
This revision was automatically updated to reflect the committed changes.