[PATCH] D136589: [AArch64] Add support for the Cortex-X3 CPU
Victor Campos via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 24 03:16:02 PDT 2022
vhscampos created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
vhscampos requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
Cortex-X3 is an Armv9-A AArch64 CPU.
This patch introduces support for Cortex-X3.
Technical Reference Manual: https://developer.arm.com/documentation/101593/latest
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D136589
Files:
clang/docs/ReleaseNotes.rst
clang/test/Misc/target-invalid-cpu-note.c
llvm/docs/ReleaseNotes.rst
llvm/include/llvm/Support/AArch64TargetParser.def
llvm/lib/Target/AArch64/AArch64.td
llvm/lib/Target/AArch64/AArch64Subtarget.cpp
llvm/lib/Target/AArch64/AArch64Subtarget.h
llvm/unittests/Support/TargetParserTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136589.470101.patch
Type: text/x-patch
Size: 10124 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221024/48589021/attachment-0001.bin>
More information about the cfe-commits
mailing list