[PATCH] D131257: [docs][AArch64] Label Features with Arm ARM Names
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 8 03:42:32 PDT 2022
lenary marked 2 inline comments as done.
lenary added inline comments.
================
Comment at: llvm/include/llvm/Support/AArch64TargetParser.h:35
AEK_CRYPTO = 1 << 2,
AEK_FP = 1 << 3,
AEK_SIMD = 1 << 4,
----------------
dmgreen wrote:
> The reference I have mentions FEAT_FP and FEAT_AdvSIMD.
Updates incoming.
================
Comment at: llvm/lib/Target/AArch64/AArch64.td:322
"mpam", "HasMPAM", "true",
"Enable v8.4-A Memory system Partitioning and Monitoring extension">;
----------------
dmgreen wrote:
> Should this be FEAT_MPAM?
Updates incoming.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131257/new/
https://reviews.llvm.org/D131257
More information about the llvm-commits
mailing list