[AArch64][docs] Add release notes for FUJITSU-MONAKA support#120684
Merged
[AArch64][docs] Add release notes for FUJITSU-MONAKA support#120684
Conversation
Member
|
@llvm/pr-subscribers-clang Author: Kinoshita Kotaro (kinoshita-fj) ChangesAdds release notes for the FUJITSU-MONAKA support introduced in PR #118432. These notes were missing from the original PR. Full diff: https://github.com/llvm/llvm-project/pull/120684.diff 2 Files Affected:
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
-----------------------------
|
Adds release notes for the FUJITSU-MONAKA support introduced in PR llvm#118432. These notes were missing from the original PR.
ee7524e to
e4a47f6
Compare
ytmukai
reviewed
Dec 20, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds release notes for the FUJITSU-MONAKA support introduced in PR #118432. These notes were missing from the original PR.