[PATCH] D64406: [ARM][AArch64] Cortex-A65AE, Neoverse E1 and Neoverse N1 support

Pablo Barrio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 05:33:04 PDT 2019


pbarrio created this revision.
pbarrio added reviewers: samparker, LukeCheeseman, sbaranga.
Herald added subscribers: hiraditya, kristof.beyls, javed.absar.
Herald added a project: LLVM.

Add support for Cortex-A65AE, Neoverse E1 and Neoverse N1.
Neoverse E1 and Cortex-A65AE only implement the AArch64 state of
the Arm architecture.

Cortex-A65AE:
https://developer.arm.com/ip-products/processors/cortex-a/cortex-a65ae

Neoverse E1:
https://developer.arm.com/ip-products/processors/neoverse/neoverse-e1

Neoverse N1:
https://developer.arm.com/ip-products/processors/neoverse/neoverse-n1

Patch by Diogo Sampaio and Pablo Barrio


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D64406

Files:
  llvm/include/llvm/Support/AArch64TargetParser.def
  llvm/include/llvm/Support/ARMTargetParser.def
  llvm/lib/Target/AArch64/AArch64.td
  llvm/lib/Target/AArch64/AArch64Subtarget.h
  llvm/lib/Target/ARM/ARM.td
  llvm/lib/Target/ARM/ARMSubtarget.cpp
  llvm/lib/Target/ARM/ARMSubtarget.h
  llvm/test/CodeGen/AArch64/cpus.ll
  llvm/test/CodeGen/AArch64/remat.ll
  llvm/test/MC/AArch64/armv8.2a-dotprod.s
  llvm/test/MC/AArch64/armv8.3a-rcpc.s
  llvm/test/MC/ARM/armv8.2a-dotprod-a32.s
  llvm/test/MC/ARM/armv8.2a-dotprod-t32.s
  llvm/test/MC/Disassembler/AArch64/armv8.3a-rcpc.txt
  llvm/unittests/Support/TargetParserTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64406.208650.patch
Type: text/x-patch
Size: 20761 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190709/5c95f2ff/attachment.bin>


More information about the llvm-commits mailing list