[llvm] 04c1cce - [docs][RISCV] Remove Zicond from release notes now it was backported
Alex Bradbury via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 5 02:51:20 PST 2024
Author: Alex Bradbury
Date: 2024-02-05T10:50:42Z
New Revision: 04c1cce33cc9a3f78898a86567459481f02068bb
URL: https://github.com/llvm/llvm-project/commit/04c1cce33cc9a3f78898a86567459481f02068bb
DIFF: https://github.com/llvm/llvm-project/commit/04c1cce33cc9a3f78898a86567459481f02068bb.diff
LOG: [docs][RISCV] Remove Zicond from release notes now it was backported
Zicond's graduation to non-experimental was backported to 18.x in #80018,
so remove the release note.
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 93c906642c5aa..25ef6fe80fb64 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -94,7 +94,6 @@ Changes to the PowerPC Backend
Changes to the RISC-V Backend
-----------------------------
-* Support for the Zicond extension is no longer experimental.
* Added assembler/disassembler support for the experimental Zabha (Byte and Halfword Atomic Memory Operations) extension.
Changes to the WebAssembly Backend
More information about the llvm-commits
mailing list