[clang] [llvm] [AArch64] Add support for Cortex-A520AE and Cortex-A720AE CPUs (PR #85401)

David Green via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 17 09:30:26 PDT 2024


================
@@ -58,6 +58,7 @@ class AArch64Subtarget final : public AArch64GenSubtargetInfo {
     CortexA55,
     CortexA510,
     CortexA520,
+    CortexA520AE,
----------------
davemgreen wrote:

These might not be worth adding, considering they should be the same as CortexA520, and could reuse the same enum.

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


More information about the cfe-commits mailing list