[AArch64] Update enabled extensions for Ampere1 core
authorPhilipp Tomsich <philipp.tomsich@vrull.eu>
Tue, 24 Jan 2023 21:16:20 +0000 (22:16 +0100)
committerPhilipp Tomsich <philipp.tomsich@vrull.eu>
Tue, 24 Jan 2023 21:19:25 +0000 (22:19 +0100)
commit8dfbf8d1dd172324250f1e6d9c18d4767c0e03e3
treed48a88cfa331da02d44c96c5c30c4f4c43944056
parent9dea83d4af0b532373f8a0384ce7a873ebf18e41
[AArch64] Update enabled extensions for Ampere1 core

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.

Reviewed By: dmgreen

Differential Revision: https://reviews.llvm.org/D142395
llvm/include/llvm/TargetParser/AArch64TargetParser.h
llvm/lib/Target/AArch64/AArch64.td
llvm/unittests/TargetParser/TargetParserTest.cpp