[clang] [llvm] [AArch64] Add support for Cortex-R82AE and improve Cortex-R82 (PR #90440)
Jonathan Thackray via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 30 03:38:47 PDT 2024
================
@@ -632,7 +632,18 @@ inline constexpr CpuInfo CpuInfos[] = {
AArch64::AEK_PAUTH, AArch64::AEK_SVE2BITPERM,
AArch64::AEK_FLAGM, AArch64::AEK_PERFMON,
AArch64::AEK_PREDRES, AArch64::AEK_PROFILE})},
- {"cortex-r82", ARMV8R, AArch64::ExtensionBitset({AArch64::AEK_LSE})},
+ {"cortex-r82", ARMV8R,
+ AArch64::ExtensionBitset({AArch64::AEK_CRC, AArch64::AEK_DOTPROD,
----------------
jthackray wrote:
Ah yes. Now definitely enabled in the latest commit.
https://github.com/llvm/llvm-project/pull/90440
More information about the cfe-commits
mailing list