This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Remove inexistent system register ERXTS_EL1
ClosedPublic

Authored by vhscampos on Apr 28 2020, 7:51 AM.

Details

Summary

AArch64's system register ERXTS_EL1 is present in the backend as a
component of the Arm Reliability, Availability and Serviceability (RAS)
extension. However, it has been removed from the specification before
its final release.

This patch removes the register.

Diff Detail

Event Timeline

vhscampos created this revision.Apr 28 2020, 7:51 AM
DavidSpickett accepted this revision.Apr 28 2020, 8:00 AM
DavidSpickett added a subscriber: DavidSpickett.

LGTM, no sign of it in the current armarm.

This revision is now accepted and ready to land.Apr 28 2020, 8:00 AM
This revision was automatically updated to reflect the committed changes.