[llvm] a0573b6 - [AArch64] Bump apple-latest CPU alias to apple-a14.
Ahmed Bougacha via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 20 08:41:59 PDT 2021
Author: Ahmed Bougacha
Date: 2021-04-20T08:41:04-07:00
New Revision: a0573b6c10030357d31f30a19df1b3134b698f94
URL: https://github.com/llvm/llvm-project/commit/a0573b6c10030357d31f30a19df1b3134b698f94
DIFF: https://github.com/llvm/llvm-project/commit/a0573b6c10030357d31f30a19df1b3134b698f94.diff
LOG: [AArch64] Bump apple-latest CPU alias to apple-a14.
Added:
Modified:
llvm/lib/Target/AArch64/AArch64.td
Removed:
################################################################################
diff --git a/llvm/lib/Target/AArch64/AArch64.td b/llvm/lib/Target/AArch64/AArch64.td
index c7d4c0a1d5a6..8e8faaf96421 100644
--- a/llvm/lib/Target/AArch64/AArch64.td
+++ b/llvm/lib/Target/AArch64/AArch64.td
@@ -1216,7 +1216,7 @@ def : ProcessorModel<"apple-s4", CycloneModel, [ProcAppleA12]>;
def : ProcessorModel<"apple-s5", CycloneModel, [ProcAppleA12]>;
// Alias for the latest Apple processor model supported by LLVM.
-def : ProcessorModel<"apple-latest", CycloneModel, [ProcAppleA13]>;
+def : ProcessorModel<"apple-latest", CycloneModel, [ProcAppleA14]>;
// Fujitsu A64FX
def : ProcessorModel<"a64fx", A64FXModel, [ProcA64FX]>;
More information about the llvm-commits
mailing list