[PATCH] D142012: [ReleaseNotes] Adds mention of complex number support for ARM and AArch64 backends.
Nicholas Guy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 20 02:58:46 PST 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG02435a50f22d: [ReleaseNotes] Add mention of complex number support for ARM and AArch64… (authored by NickGuy).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142012/new/
https://reviews.llvm.org/D142012
Files:
llvm/docs/ReleaseNotes.rst
Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -132,6 +132,7 @@
* 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 @@
* 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
--------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142012.490767.patch
Type: text/x-patch
Size: 830 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230120/77b2e2df/attachment.bin>
More information about the llvm-commits
mailing list