[llvm] [clang] [ARM][AArch32] Add support for AArch32 Cortex-M52 CPU (PR #74822)
Jonathan Thackray via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 8 03:12:16 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.
----------------
jthackray wrote:
Thanks, David. Good spot. I added those new CPUs a month ago, and somehow missed they were in the wrong section. Now fixed.
https://github.com/llvm/llvm-project/pull/74822
More information about the cfe-commits
mailing list