[llvm-branch-commits] [clang] c016eda - [release][docs] List all cores Arm has added support for in LLVM 12.
Amilendra Kodithuwakku via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Mar 12 11:22:09 PST 2021
Author: Amilendra Kodithuwakku
Date: 2021-03-12T19:21:07Z
New Revision: c016eda3257eb0f67a989065d174bc5e13ed7096
URL: https://github.com/llvm/llvm-project/commit/c016eda3257eb0f67a989065d174bc5e13ed7096
DIFF: https://github.com/llvm/llvm-project/commit/c016eda3257eb0f67a989065d174bc5e13ed7096.diff
LOG: [release][docs] List all cores Arm has added support for in LLVM 12.
Reviewed By: kristof.beyls
Differential Revision: https://reviews.llvm.org/D98277
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 7f4b675b68f9..46e11fcb31cb 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -139,6 +139,15 @@ Modified Compiler Flags
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
-------------------------
More information about the llvm-branch-commits
mailing list