[PATCH] D134352: [AArch64] Add Neoverse V2 CPU support
Matt D. via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 22 14:51:35 PDT 2022
Matt added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64.td:1112
+ FeatureNEON, FeatureSVE2BitPerm, FeatureFP16FML,
+ FeatureMTE, FeatureRandGen];
list<SubtargetFeature> Saphira = [HasV8_4aOps, FeatureCrypto, FeatureFPARMv8,
----------------
Shouldn't `FeatureMTE` (Enable Memory Tagging Extension) be present, too (as in NeoverseN2)?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134352/new/
https://reviews.llvm.org/D134352
More information about the cfe-commits
mailing list