This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Shifts cost 1
ClosedPublic

Authored by dmgreen on Mar 1 2022, 2:06 PM.

Details

Summary

The costs of shifts was 2 as opposed to 1, as the nodes are marked custom. Fix this like the others and mark the nodes as cheap.

Diff Detail

Event Timeline

dmgreen created this revision.Mar 1 2022, 2:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2022, 2:06 PM
dmgreen requested review of this revision.Mar 1 2022, 2:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2022, 2:06 PM
sdesmalen accepted this revision.Mar 2 2022, 2:51 AM
This revision is now accepted and ready to land.Mar 2 2022, 2:51 AM
This revision was landed with ongoing or failed builds.Mar 3 2022, 2:43 AM
This revision was automatically updated to reflect the committed changes.