This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Update enabled extensions for Ampere1 core
ClosedPublic

Authored by philipp.tomsich on Jan 23 2023, 12:00 PM.

Details

Summary

The original enablement for the Ampere1 core inadvertently had omitted
that FEAT_RAND is support and errorously claimed that FEAT_MTE was
available.

Adjust the definition of Ampere1 to match reality.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJan 23 2023, 12:00 PM
philipp.tomsich requested review of this revision.Jan 23 2023, 12:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 23 2023, 12:00 PM
dmgreen accepted this revision.Jan 24 2023, 2:04 AM

This looks like it might need a bit of a clang-format, but otherwise LGTM.

This revision is now accepted and ready to land.Jan 24 2023, 2:04 AM

v2:

  • clang-format
  • updated llvm/lib/Target/AArch64/AArch64.td to match

Fix typo (AEK_AES4->AEK_AES).

This revision was landed with ongoing or failed builds.Jan 24 2023, 1:20 PM
This revision was automatically updated to reflect the committed changes.