[llvm] 4161ca2 - [NFC][AArch64][LLVM] Update ReleaseNotes.md with Armv9.6-A (2024) arch extensions

Jonathan Thackray via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 25 09:38:13 PDT 2024


Author: Jonathan Thackray
Date: 2024-10-25T17:38:00+01:00
New Revision: 4161ca2092d3b92034515190f577aa200ec615bf

URL: https://github.com/llvm/llvm-project/commit/4161ca2092d3b92034515190f577aa200ec615bf
DIFF: https://github.com/llvm/llvm-project/commit/4161ca2092d3b92034515190f577aa200ec615bf.diff

LOG: [NFC][AArch64][LLVM] Update ReleaseNotes.md with Armv9.6-A (2024) arch extensions

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.md

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 7cca9116a51345..be51b0af56ddbf 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -110,6 +110,9 @@ Changes to the AArch64 Backend
   the required alignment space with a sequence of `0x0` bytes (the requested
   fill value) rather than NOPs.
 
+* Assembler/disassembler support has been added for Armv9.6-A (2024)
+  architecture extensions.
+
 Changes to the AMDGPU Backend
 -----------------------------
 


        


More information about the llvm-commits mailing list