[llvm-branch-commits] [llvm] ae37edf - [ReleaseNotes] Expand RISC-V release notes
Alex Bradbury via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Mar 6 12:45:36 PST 2023
Author: Alex Bradbury
Date: 2023-03-06T20:41:28Z
New Revision: ae37edf1486d35ac6f441c5ff489ab46a94e125e
URL: https://github.com/llvm/llvm-project/commit/ae37edf1486d35ac6f441c5ff489ab46a94e125e
DIFF: https://github.com/llvm/llvm-project/commit/ae37edf1486d35ac6f441c5ff489ab46a94e125e.diff
LOG: [ReleaseNotes] Expand RISC-V release notes
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index d5206fb1c3b7c..1748184171aeb 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -235,11 +235,25 @@ AIX improvements
Changes to the RISC-V Backend
-----------------------------
+* :doc:`RISCVUsage` was introduced to document the status of support within
+ LLVM for various RISC-V instruction set extensions.
* Support for the unratified Zbe, Zbf, Zbm, Zbp, Zbr, and Zbt extensions have
been removed.
* i32 is now a native type in the datalayout string. This enables
LoopStrengthReduce for loops with i32 induction variables, among other
optimizations.
+* MC layer support was added for the experimental Zca, Zcd, Zcf, Zihintntl, Ztso,
+ and Zawrs extensions.
+* Codegen support was added for the experimental Zca extension and for the
+ Zfhmin extension.
+* MC layer and codegen support was added for the custom XVentanaCondOps and
+ XTHeadVdot extensions.
+* A target feature was introduced to force-enable atomics.
+* Support was added for lowering HWASAN intrinsics.
+* The short forward branch optimisation beneficial to the SiFive Series 7 was
+ implemented.
+* A Syntacore SCR1 CPU model was added.
+* Various codegen improvements.
Changes to the SystemZ Backend
------------------------------
More information about the llvm-branch-commits
mailing list