From 4161ca2092d3b92034515190f577aa200ec615bf Mon Sep 17 00:00:00 2001 From: Jonathan Thackray Date: Fri, 25 Oct 2024 14:54:56 +0100 Subject: [PATCH] [NFC][AArch64][LLVM] Update ReleaseNotes.md with Armv9.6-A (2024) arch extensions --- llvm/docs/ReleaseNotes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md index 7cca9116a5134..be51b0af56ddb 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 -----------------------------