[all-commits] [llvm/llvm-project] fa8aea: [AArch64] Add support for the Cortex-A715 CPU
simpal01 via All-commits
all-commits at lists.llvm.org
Thu Nov 3 02:29:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa8aeab606c1ca2756bf8b6a451998f20671ce52
https://github.com/llvm/llvm-project/commit/fa8aeab606c1ca2756bf8b6a451998f20671ce52
Author: Simi Pallipurath <simi.pallipurath at arm.com>
Date: 2022-11-03 (Thu, 03 Nov 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/test/Driver/aarch64-mcpu.c
M clang/test/Misc/target-invalid-cpu-note.c
M llvm/docs/ReleaseNotes.rst
M llvm/include/llvm/Support/AArch64TargetParser.def
M llvm/lib/Support/Host.cpp
M llvm/lib/Target/AArch64/AArch64.td
M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
M llvm/lib/Target/AArch64/AArch64Subtarget.h
M llvm/unittests/Support/TargetParserTest.cpp
Log Message:
-----------
[AArch64] Add support for the Cortex-A715 CPU
Cortex-A715 is an Armv9-A AArch64 CPU.
This patch introduces support for Cortex-A715.
Technical Reference Manual: https://developer.arm.com/documentation/101590/latest.
Reviewed By: vhscampos
Differential Revision: https://reviews.llvm.org/D136957
More information about the All-commits
mailing list