This is an archive of the discontinued LLVM Phabricator instance.

[lldb][ARM/AArch64] Update dissembler to v9.3-a
ClosedPublic

Authored by DavidSpickett on Jan 27 2022, 5:49 AM.

Details

Summary

This means sve2 is enabled by default and the v8.8 mops (memcpy
and memset acceleration instructions) and HBC (hinted conditional
branch) extensions can be disassembled.

v9.3-a is equivalent to v8.8-a except that in v9.0-a sve2 was
enabled by default so v9.3-a includes that too.

MTE remains an optional extension, only enabled for specific CPUs.

Diff Detail

Event Timeline

DavidSpickett created this revision.Jan 27 2022, 5:49 AM
DavidSpickett requested review of this revision.Jan 27 2022, 5:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2022, 5:49 AM
omjavaid accepted this revision.Jan 27 2022, 6:00 PM
This revision is now accepted and ready to land.Jan 27 2022, 6:00 PM
This revision was automatically updated to reflect the committed changes.