Author: Victor Campos Date: 2021-10-12T08:41:07+01:00 New Revision: 3e7cf33a83764514bd613dfb5b1a0bb36f13e69a
URL: https://github.com/llvm/llvm-project/commit/3e7cf33a83764514bd613dfb5b1a0bb36f13e69a DIFF: https://github.com/llvm/llvm-project/commit/3e7cf33a83764514bd613dfb5b1a0bb36f13e69a.diff LOG: [docs] List support for Armv9-A, Armv9.1-A and Armv9.2-A in LLVM and Clang Reviewed By: pratlucas Differential Revision: https://reviews.llvm.org/D110241 Added: Modified: clang/docs/ReleaseNotes.rst llvm/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 0ebbf1eb63636..950e9fe726285 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -83,6 +83,12 @@ Modified Compiler Flags - 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 ------------------------- diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 46627c2000679..4bac29cb1cd1c 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -73,12 +73,12 @@ Changes to TableGen Changes to the AArch64 Backend ------------------------------ -* ... +* Added support for the Armv9-A, Armv9.1-A and Armv9.2-A architectures. Changes to the ARM Backend -------------------------- -During this release ... +* Added support for the Armv9-A, Armv9.1-A and Armv9.2-A architectures. Changes to the MIPS Target -------------------------- _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits