[clang] [llvm] [llvm][AArch64] apple-m4 is armv9.2-a (PR #98267)
Tomas Matheson via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 11 01:33:37 PDT 2024
================
@@ -1626,7 +1628,7 @@ INSTANTIATE_TEST_SUITE_P(
AArch64::AEK_FP16FML, AArch64::AEK_SHA3, AArch64::AEK_BF16,
AArch64::AEK_I8MM, AArch64::AEK_JSCVT, AArch64::AEK_FCMA,
AArch64::AEK_PAUTH, AArch64::AEK_PERFMON, AArch64::AEK_HCX}),
- AArch64CPUTestParams("apple-m4", "armv8.7-a",
+ AArch64CPUTestParams("apple-m4", "armv9.2-a",
----------------
tmatheson-arm wrote:
Doesn't look like the Optimisation Guide has been updated for the M4 yet.
https://github.com/llvm/llvm-project/pull/98267
More information about the cfe-commits
mailing list