[clang] [llvm] [AARCH64] Add support for Cortex-A320 (PR #139055)

Jonathan Thackray via llvm-commits llvm-commits at lists.llvm.org
Thu May 8 04:04:23 PDT 2025


================
@@ -228,6 +228,7 @@ StringRef sys::detail::getHostCPUNameForARM(StringRef ProcCpuinfoContent) {
         .Case("0xd14", "cortex-r82ae")
         .Case("0xd02", "cortex-a34")
         .Case("0xd04", "cortex-a35")
+        .Case("0xd8f", "cortex-a320")
----------------
jthackray wrote:

There is also `llvm/unittests/TargetParser/Host.cpp` which reverse tests these, but it doesn't appear to be very well maintained (and I'm not sure how useful it is; perhaps that's why it's not been updated recently, and because there are so many cores now supported, it needs removing or some TLC)

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


More information about the llvm-commits mailing list