This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Fix list of features for Cortex-X1C
ClosedPublic

Authored by pratlucas on Aug 18 2022, 2:40 AM.

Details

Summary

This patch fixes the list of subtarget features enabled for the
Cortex-X1C processor, including the following:

  • Fix incorrect version used for FeatureRCPC:
    • Use FEAT_LRCPC2 instead of FEAT_LRCPC.
  • Add missing v8.4-A features included in the TRM:
    • Flag Manipulation Instructions - FeatureFlagM (FEAT_FlagM)
    • Large System Extension 2 - FeatureLSE2 (FEAT_LSE2)

Diff Detail

Event Timeline

pratlucas created this revision.Aug 18 2022, 2:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2022, 2:40 AM
pratlucas requested review of this revision.Aug 18 2022, 2:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2022, 2:40 AM
vhscampos accepted this revision.Aug 19 2022, 1:55 AM
This revision is now accepted and ready to land.Aug 19 2022, 1:55 AM
This revision was automatically updated to reflect the committed changes.