[llvm] bb4870e - [ReleaseNotes] Add Neoverse V2 CPU to LLVM's release notes
Victor Campos via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 11 03:49:07 PST 2023
Author: Victor Campos
Date: 2023-01-11T11:49:01Z
New Revision: bb4870e6172aee03e89020a2d2a3d1753035ac4a
URL: https://github.com/llvm/llvm-project/commit/bb4870e6172aee03e89020a2d2a3d1753035ac4a
DIFF: https://github.com/llvm/llvm-project/commit/bb4870e6172aee03e89020a2d2a3d1753035ac4a.diff
LOG: [ReleaseNotes] Add Neoverse V2 CPU to LLVM's release notes
This new CPU was mentioned in Clang's release notes, but was missing
from LLVM's.
Reviewed By: dmgreen
Differential Revision: https://reviews.llvm.org/D141394
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 53ea9cd3f0bef..0f69d46c0c2bf 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -119,6 +119,7 @@ Changes to the AArch64 Backend
* Added support for the Cortex-A715 CPU.
* Added support for the Cortex-X3 CPU.
+* Added support for the Neoverse V2 CPU.
* Added support for assembly for RME MEC (Memory Encryption Contexts).
Changes to the AMDGPU Backend
More information about the llvm-commits
mailing list