[PATCH] D116748: [AArch64][ARM][Clang] PerfMon Extension Added
Dave Green via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 13 09:35:18 PST 2022
dmgreen accepted this revision.
dmgreen added a comment.
LGTM. Thanks for the update.
================
Comment at: llvm/include/llvm/Support/AArch64TargetParser.def:147
AARCH64_ARCH_EXT_NAME("sme-i64", AArch64::AEK_SMEI64, "+sme-i64", "-sme-i64")
+AARCH64_ARCH_EXT_NAME("pmuv3", AArch64::AEK_PERFMON, "+perfmon", "-perfmon")
#undef AARCH64_ARCH_EXT_NAME
----------------
The formatting is a little off, for the subsequent columns.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116748/new/
https://reviews.llvm.org/D116748
More information about the cfe-commits
mailing list