This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Make a narrow tMOVi8 where possible in SEH prologues
ClosedPublic

Authored by mstorsjo on Jun 3 2022, 12:02 AM.

Details

Summary

This does the same as D126948, but for t2MOVi16. I guess it's not
strictly necessary though, as the overhead of this should be quite
minimal compared to the pushes/pops.

Diff Detail

Event Timeline

mstorsjo created this revision.Jun 3 2022, 12:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2022, 12:02 AM
mstorsjo requested review of this revision.Jun 3 2022, 12:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2022, 12:02 AM
This revision is now accepted and ready to land.Jun 3 2022, 11:02 AM
This revision was landed with ongoing or failed builds.Jun 3 2022, 12:34 PM
This revision was automatically updated to reflect the committed changes.