This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] CCSIDR2 system register
ClosedPublic

Authored by samparker on Dec 19 2017, 7:25 AM.

Details

Summary

Implement the 'Current Cache Size' register that has been introduced as part of the Armv8.3 architecture. I originally missed this, and (hopefully) should be the final patch for assembler support.

Diff Detail

Repository
rL LLVM

Event Timeline

samparker created this revision.Dec 19 2017, 7:25 AM
dmgreen accepted this revision.Dec 19 2017, 9:30 AM
dmgreen added a subscriber: dmgreen.

Looks good to me

This revision is now accepted and ready to land.Dec 19 2017, 9:30 AM
This revision was automatically updated to reflect the committed changes.