This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Add support for -fzero-call-used-regs
AbandonedPublic

Authored by void on May 11 2022, 2:06 PM.

Details

Summary

Support the "-fzero-call-used-regs" option on AArch64. This involves much less
specialized code than the X86 version. Most of the checks can be done with
TableGen.

Diff Detail

Event Timeline

void created this revision.May 11 2022, 2:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 11 2022, 2:06 PM
void requested review of this revision.May 11 2022, 2:06 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 11 2022, 2:06 PM
void abandoned this revision.May 11 2022, 2:07 PM

Ugh!