This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Add enhanced counter virtualization system registers
ClosedPublic

Authored by stuij on Mar 30 2020, 2:42 PM.

Details

Summary

This patch upstreams support for the ARMv8.6A Enhanced Counter Virtualization
(ECV) extension, which adds 6 new system registers.

See ARMv8.6-ECV in the Arm Architecture Reference Manual Armv8 for more
information.

Diff Detail

Event Timeline

stuij created this revision.Mar 30 2020, 2:42 PM
stuij edited the summary of this revision. (Show Details)Mar 30 2020, 2:46 PM
SjoerdMeijer accepted this revision.Mar 31 2020, 9:12 AM

LGTM (perhaps the same nit as in the other review)

This revision is now accepted and ready to land.Mar 31 2020, 9:12 AM
stuij updated this revision to Diff 255152.Apr 5 2020, 6:48 AM
stuij edited the summary of this revision. (Show Details)

don't just test with x0

This revision was automatically updated to reflect the committed changes.