[llvm-branch-commits] [llvm] 539174b - Add release note for Armv9.6 updates (#126513)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Feb 13 18:30:54 PST 2025
Author: CarolineConcatto
Date: 2025-02-13T18:30:50-08:00
New Revision: 539174b470f48fa688c59276ebabc841beadcf37
URL: https://github.com/llvm/llvm-project/commit/539174b470f48fa688c59276ebabc841beadcf37
DIFF: https://github.com/llvm/llvm-project/commit/539174b470f48fa688c59276ebabc841beadcf37.diff
LOG: Add release note for Armv9.6 updates (#126513)
Added:
Modified:
llvm/docs/ReleaseNotes.md
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 28908490b8f7c..b42e111dc4283 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -151,6 +151,9 @@ Changes to the AArch64 Backend
* Added support for the FUJITSU-MONAKA CPU.
+* Updated feature dependency in Armv9.6 for FEAT_FAMINMAX, FEAT_LUT and
+ FEAT_FP8, now they depend only on FEAT_NEON.
+
Changes to the AMDGPU Backend
-----------------------------
More information about the llvm-branch-commits
mailing list