[PATCH] D110241: [docs] List support for Armv9-A, Armv9.1-A and Armv9.2-A in LLVM and Clang
Victor Campos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 22 06:16:21 PDT 2021
vhscampos created this revision.
Herald added a subscriber: kristof.beyls.
vhscampos requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D110241
Files:
clang/docs/ReleaseNotes.rst
llvm/docs/ReleaseNotes.rst
Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -72,12 +72,12 @@
Changes to the AArch64 Backend
------------------------------
-* ...
+* Added support for Armv9-A, Armv9.1-A and Armv9.2-A architectures.
Changes to the ARM Backend
--------------------------
-During this release ...
+* Added support for Armv9-A, Armv9.1-A and Armv9.2-A architectures.
Changes to the MIPS Target
--------------------------
Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -83,6 +83,12 @@
- RISC-V SiFive S54 (``sifive-s54``).
- RISC-V SiFive S76 (``sifive-s76``).
+- Support has been added for the following architectures (``-march`` identifiers in parentheses):
+
+ - Armv9-A (``armv9-a``).
+ - Armv9.1-A (``armv9.1-a``).
+ - Armv9.2-A (``armv9.2-a``).
+
Removed Compiler Flags
-------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110241.374201.patch
Type: text/x-patch
Size: 1056 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210922/b49d9d37/attachment.bin>
More information about the llvm-commits
mailing list