[llvm] 9dd40f8 - [docs][RISCV] Update release notes to include Zalasr and S* extensions from profiles spec
Alex Bradbury via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 5 03:01:07 PST 2024
Author: Alex Bradbury
Date: 2024-02-05T11:00:35Z
New Revision: 9dd40f8c85a30b247dfa47d7ec4353eb69522876
URL: https://github.com/llvm/llvm-project/commit/9dd40f8c85a30b247dfa47d7ec4353eb69522876
DIFF: https://github.com/llvm/llvm-project/commit/9dd40f8c85a30b247dfa47d7ec4353eb69522876.diff
LOG: [docs][RISCV] Update release notes to include Zalasr and S* extensions from profiles spec
Also reflow the line for Zabha, as we normally line-wrap this file.
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 25ef6fe80fb64..2c28ec6455c1c 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -94,7 +94,12 @@ Changes to the PowerPC Backend
Changes to the RISC-V Backend
-----------------------------
-* Added assembler/disassembler support for the experimental Zabha (Byte and Halfword Atomic Memory Operations) extension.
+* Added assembler/disassembler support for the experimental Zabha (Byte and
+ Halfword Atomic Memory Operations) extension.
+* Added assembler/disassembler support for the experimenatl Zalasr
+ (Load-Acquire and Store-Release) extension.
+* The names of the majority of the S-prefixed (supervisor-level) extension
+ names in the RISC-V profiles specification are now recognised.
Changes to the WebAssembly Backend
----------------------------------
More information about the llvm-commits
mailing list