[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
Wed Jan 18 06:11:12 PST 2023
NickGuy created this revision.
NickGuy added reviewers: dmgreen, SjoerdMeijer, samtebbs.
NickGuy added a project: LLVM.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
NickGuy requested review of this revision.
Adds to the release notes mention of complex arithmetic codegen support for Arm and AArch64 backends, as implemented in D114174 <https://reviews.llvm.org/D114174> and D129066 <https://reviews.llvm.org/D129066> respectively.
Repository:
rG LLVM Github Monorepo
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.490124.patch
Type: text/x-patch
Size: 830 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230118/a6dae015/attachment.bin>
More information about the llvm-commits
mailing list