[PATCH] D98255: [release][docs] List all cores Arm has added support for in LLVM 12.
Amilendra Kodithuwakku via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 9 05:41:44 PST 2021
amilendra created this revision.
amilendra added reviewers: willlovett, kristof.beyls, jgreenhalgh.
amilendra added a project: clang.
amilendra requested review of this revision.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D98255
Files:
clang/docs/ReleaseNotes.rst
Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -130,6 +130,15 @@
This behavior matches newer GCC.
(`D91760 <https://reviews.llvm.org/D91760>`_)
(`D92054 <https://reviews.llvm.org/D92054>`_)
+- Support has been added for the following processors (command-line identifiers
+ in parentheses):
+ - Arm Cortex-A78C (cortex-a78c).
+ - Arm Cortex-R82 (cortex-r82).
+ - Arm Neoverse V1 (neoverse-v1).
+ - Arm Neoverse N2 (neoverse-n2).
+ - Fujitsu A64FX (a64fx).
+ For example, to select architecture support and tuning for Neoverse-V1 based
+ systems, use ``-mcpu=neoverse-v1``.
Removed Compiler Flags
-------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98255.329306.patch
Type: text/x-patch
Size: 765 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210309/5b08841b/attachment.bin>
More information about the cfe-commits
mailing list