[PATCH] D138010: [AArch64][ARM] add Armv8.9-a/Armv9.4-a identifier support

Lucas Prates via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 01:58:31 PST 2022


pratlucas added inline comments.


================
Comment at: llvm/include/llvm/Support/AArch64TargetParser.def:70-76
+AARCH64_ARCH("armv8.9-a", ARMV8_9A, "8.9-A", "v8.9a",
+             ARMBuildAttrs::CPUArch::v8_A, FK_CRYPTO_NEON_FP_ARMV8,
+             (AArch64::AEK_CRC | AArch64::AEK_FP |
+              AArch64::AEK_SIMD | AArch64::AEK_RAS | AArch64::AEK_LSE |
+              AArch64::AEK_RDM | AArch64::AEK_RCPC | AArch64::AEK_DOTPROD |
+              AArch64::AEK_SM4 | AArch64::AEK_SHA3 | AArch64::AEK_BF16 |
+              AArch64::AEK_SHA2 | AArch64::AEK_AES | AArch64::AEK_I8MM))
----------------
The new entries need to be updated, as D137924 has recently landed removing a couple of unused fields from `AARCH64_ARCH`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138010/new/

https://reviews.llvm.org/D138010



More information about the llvm-commits mailing list