[clang] [llvm] [AArch64] Add the Ampere1B core (PR #81297)

Jonathan Thackray via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 9 14:07:49 PST 2024


================
@@ -784,27 +784,32 @@ inline constexpr CpuInfo CpuInfos[] = {
      (AArch64::ExtensionBitset(
          {AArch64::AEK_AES, AArch64::AEK_SHA2, AArch64::AEK_CRC}))},
     {"tsv110", ARMV8_2A,
-     (AArch64::ExtensionBitset(
-         {AArch64::AEK_AES, AArch64::AEK_SHA2, AArch64::AEK_DOTPROD,
-          AArch64::AEK_FP16, AArch64::AEK_FP16FML, AArch64::AEK_PROFILE,
-          AArch64::AEK_JSCVT, AArch64::AEK_FCMA}))},
+     (AArch64::ExtensionBitset({AArch64::AEK_AES, AArch64::AEK_SHA2,
----------------
jthackray wrote:

Nit: this appears to be a NFC whitespace cleanup for an unrelated core. Would prefer it if your change was just for ampere1b.

(Can we clang-format in a later change, as there are a lot of other places indentation needs fixing?)

https://github.com/llvm/llvm-project/pull/81297


More information about the cfe-commits mailing list