[llvm] 02435a5 - [ReleaseNotes] Add mention of complex number support for ARM and AArch64 backends.

Nicholas Guy via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 20 02:58:32 PST 2023


Author: Nicholas Guy
Date: 2023-01-20T10:57:43Z
New Revision: 02435a50f22d3dcfdb486280a3022d6d69ca17c8

URL: https://github.com/llvm/llvm-project/commit/02435a50f22d3dcfdb486280a3022d6d69ca17c8
DIFF: https://github.com/llvm/llvm-project/commit/02435a50f22d3dcfdb486280a3022d6d69ca17c8.diff

LOG: [ReleaseNotes] Add mention of complex number support for ARM and AArch64 backends.

Differential Revision: https://reviews.llvm.org/D142012

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 783e8f5617fe..fa7697f1347e 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -132,6 +132,7 @@ Changes to the AArch64 Backend
 * Added support for the Cortex-X3 CPU.
 * Added support for the Neoverse V2 CPU.
 * Added support for assembly for RME MEC (Memory Encryption Contexts).
+* Added codegen support for the Armv8.3 Complex Number extension.
 
 Changes to the AMDGPU Backend
 -----------------------------
@@ -142,6 +143,7 @@ Changes to the ARM Backend
 * Support for targeting armv2, armv2A, armv3 and armv3M has been removed.
   LLVM did not, and was not ever likely to generate correct code for those
   architecture versions so their presence was misleading.
+* Added codegen support for the complex arithmetic instructions in MVE.
 
 Changes to the AVR Backend
 --------------------------


        


More information about the llvm-commits mailing list