[clang] [llvm] [AArch64][docs] Add release notes for FUJITSU-MONAKA support (PR #120684)

Kinoshita Kotaro via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 19 21:55:22 PST 2024


https://github.com/kinoshita-fj updated https://github.com/llvm/llvm-project/pull/120684

>From e4a47f6e7e44be47b697d194554655123c25c97f Mon Sep 17 00:00:00 2001
From: Kinoshita Kotaro <k.kotaro at fujitsu.com>
Date: Tue, 17 Dec 2024 23:40:24 +0000
Subject: [PATCH] [AArch64][docs] Add release notes for FUJITSU-MONAKA support

Adds release notes for the FUJITSU-MONAKA support introduced in PR #118432.
These notes were missing from the original PR.
---
 clang/docs/ReleaseNotes.rst | 4 ++++
 llvm/docs/ReleaseNotes.md   | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index b8d92a6c881c68..dbe4f2d9a36110 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -977,6 +977,10 @@ Arm and AArch64 Support
   in leaf functions after enabling ``-fno-omit-frame-pointer``, you can do so by adding
   the ``-momit-leaf-frame-pointer`` option.
 
+- Support has been added for the following processors (-mcpu identifiers in parenthesis):
+
+  * FUJITSU-MONAKA (fujitsu-monaka)
+
 Android Support
 ^^^^^^^^^^^^^^^
 
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 2835ace34bff83..d478502417b376 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -131,6 +131,8 @@ Changes to the AArch64 Backend
 * Assembler/disassembler support has been added for Armv9.6-A (2024)
   architecture extensions.
 
+* Added support for the FUJITSU-MONAKA CPU.
+
 Changes to the AMDGPU Backend
 -----------------------------
 



More information about the cfe-commits mailing list