https://github.com/kinoshita-fj created https://github.com/llvm/llvm-project/pull/120684
Adds release notes for the FUJITSU-MONAKA support introduced in PR #118432. These notes were missing from the original PR. >From ee7524e1740ef70243bdaccbca360496e6b59797 Mon Sep 17 00:00:00 2001 From: Kinoshita Kotaro <k.kot...@fujitsu.com> Date: Tue, 17 Dec 2024 23:40:24 +0000 Subject: [PATCH] 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 ----------------------------- _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits