This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] RASv2 Assembly Support
ClosedPublic

Authored by lenary on Dec 13 2022, 7:32 AM.

Details

Summary

This feature adds upstream support for FEAT_RASv2 and FEAT_PFAR. Both
are system-register-only, but FEAT_RAS is behind the command-line
extension "+ras", so FEAT_RASv2 is behind "+rasv2".

This patch includes support for ID_AA64MMFR4_EL1. This is an ID system
register so it is not behind any feature flags.

Diff Detail

Event Timeline

lenary created this revision.Dec 13 2022, 7:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 13 2022, 7:32 AM
lenary requested review of this revision.Dec 13 2022, 7:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 13 2022, 7:32 AM

Adding a handful of reviewers.

This revision is now accepted and ready to land.Dec 15 2022, 3:22 AM
stuij accepted this revision.Dec 15 2022, 7:54 AM

LGTM

This revision was landed with ongoing or failed builds.Dec 16 2022, 6:38 AM
This revision was automatically updated to reflect the committed changes.