[all-commits] [llvm/llvm-project] 8dfbf8: [AArch64] Update enabled extensions for Ampere1 core
Philipp Tomsich via All-commits
all-commits at lists.llvm.org
Tue Jan 24 13:20:03 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8dfbf8d1dd172324250f1e6d9c18d4767c0e03e3
https://github.com/llvm/llvm-project/commit/8dfbf8d1dd172324250f1e6d9c18d4767c0e03e3
Author: Philipp Tomsich <philipp.tomsich at vrull.eu>
Date: 2023-01-24 (Tue, 24 Jan 2023)
Changed paths:
M llvm/include/llvm/TargetParser/AArch64TargetParser.h
M llvm/lib/Target/AArch64/AArch64.td
M llvm/unittests/TargetParser/TargetParserTest.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list