[all-commits] [llvm/llvm-project] 2b6691: [ARM][AArch64] Adding Neoverse N2 CPU support
Mark Murray via All-commits
all-commits at lists.llvm.org
Wed Nov 25 03:45:33 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2b6691894ab671706051a6d7ef54571546c20d3b
https://github.com/llvm/llvm-project/commit/2b6691894ab671706051a6d7ef54571546c20d3b
Author: Mark Murray <mark.murray at arm.com>
Date: 2020-11-25 (Wed, 25 Nov 2020)
Changed paths:
M clang/test/Driver/aarch64-cpus.c
M clang/test/Driver/arm-cortex-cpus.c
M llvm/include/llvm/Support/AArch64TargetParser.def
M llvm/include/llvm/Support/ARMTargetParser.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/lib/Target/ARM/ARM.td
M llvm/lib/Target/ARM/ARMSubtarget.cpp
M llvm/lib/Target/ARM/ARMSubtarget.h
M llvm/test/CodeGen/AArch64/cpus.ll
M llvm/test/CodeGen/AArch64/neon-dot-product.ll
M llvm/test/CodeGen/AArch64/remat.ll
M llvm/test/MC/AArch64/armv8.2a-dotprod.s
M llvm/test/MC/AArch64/armv8.3a-rcpc.s
M llvm/test/MC/AArch64/armv8.5a-ssbs.s
M llvm/test/MC/ARM/armv8.2a-dotprod-a32.s
M llvm/test/MC/ARM/armv8.2a-dotprod-t32.s
M llvm/test/MC/Disassembler/AArch64/armv8.3a-rcpc.txt
M llvm/unittests/Support/TargetParserTest.cpp
Log Message:
-----------
[ARM][AArch64] Adding Neoverse N2 CPU support
Add support for the Neoverse N2 CPU to the ARM and AArch64 backends.
Differential Revision: https://reviews.llvm.org/D91695
More information about the All-commits
mailing list