[PATCH] D131257: [docs][AArch64] Label Features with Arm ARM Names
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 5 06:43:53 PDT 2022
lenary created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
lenary requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch adds the names of the Arm Architecture Reference Manual (ARM)
features to the corresponding Subtarget Features in the AArch64 backend
and target parser.
The aim of this is to make it clearer what architectural features a
subtarget feature might enable (so, which features a CPU must provide to
support that subtarget feature), and so make it easier to add new CPUs
in the future.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D131257
Files:
llvm/include/llvm/Support/AArch64TargetParser.h
llvm/lib/Target/AArch64/AArch64.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131257.450282.patch
Type: text/x-patch
Size: 21462 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220805/c76e75ca/attachment.bin>
More information about the llvm-commits
mailing list