commit | b252ffd2cca9e9f3ed65b8912603abc1f006ac5a | [log] [tgz] |
---|---|---|
author | Sam Parker <sam.parker@arm.com> | Mon Aug 21 08:43:06 2017 +0000 |
committer | Sam Parker <sam.parker@arm.com> | Mon Aug 21 08:43:06 2017 +0000 |
tree | aba57225ef82ce60ea5ea8f1919b9827c65c0f14 | |
parent | f7ef2a13f67493bbb1ccaba51502c1fc26d59018 [diff] [blame] |
[ARM][AArch64] Cortex-A75 and Cortex-A55 support This patch introduces support for Cortex-A75 and Cortex-A55, Arm's latest big.LITTLE A-class cores. They implement the ARMv8.2-A architecture, including the cryptography and RAS extensions, plus the optional dot product extension. They also implement the RCpc AArch64 extension from ARMv8.3-A. Cortex-A75: https://developer.arm.com/products/processors/cortex-a/cortex-a75 Cortex-A55: https://developer.arm.com/products/processors/cortex-a/cortex-a55 Differential Revision: https://reviews.llvm.org/D36667 llvm-svn: 311316
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.cpp b/llvm/lib/Target/ARM/ARMSubtarget.cpp index 29aad07..3a9f3c7 100644 --- a/llvm/lib/Target/ARM/ARMSubtarget.cpp +++ b/llvm/lib/Target/ARM/ARMSubtarget.cpp
@@ -279,9 +279,11 @@ case CortexA32: case CortexA35: case CortexA53: + case CortexA55: case CortexA57: case CortexA72: case CortexA73: + case CortexA75: case CortexR4: case CortexR4F: case CortexR5: