[all-commits] [llvm/llvm-project] fbb119: [AArch64] Add Neoverse V2 CPU support
david-arm via All-commits
all-commits at lists.llvm.org
Tue Sep 27 00:56:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbb119412f143530a23d22b6b0f90d4cf2303fbf
https://github.com/llvm/llvm-project/commit/fbb119412f143530a23d22b6b0f90d4cf2303fbf
Author: David Sherwood <david.sherwood at arm.com>
Date: 2022-09-27 (Tue, 27 Sep 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/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/test/CodeGen/AArch64/cpus.ll
M llvm/unittests/Support/TargetParserTest.cpp
Log Message:
-----------
[AArch64] Add Neoverse V2 CPU support
Adds support for the Neoverse V2 CPU to the AArch64 backend.
Differential Revision: https://reviews.llvm.org/D134352
More information about the All-commits
mailing list