[clang] [llvm] [ARM][AArch32] Add support for AArch32 Cortex-M52 CPU (PR #74822)
David Spickett via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 8 02:48:33 PST 2023
================
@@ -102,7 +102,7 @@ Changes to the AMDGPU Backend
* Implemented :ref:`llvm.get.rounding <int_get_rounding>`
-* Added support for Cortex-A520, Cortex-A720 and Cortex-X4 CPUs.
+* Added support for Cortex-A520, Cortex-A720, Cortex-X4 and Cortex-M52 CPUs.
----------------
DavidSpickett wrote:
This line seems to have been in the wrong section to begin with. I think the AArch64 CPUs need to go in that section, then this one in the ARM section below.
https://github.com/llvm/llvm-project/pull/74822
More information about the cfe-commits
mailing list