[clang] [llvm] [AArch64] Add support for Cortex-A520, Cortex-A720 and Cortex-X4 CPUs (PR #72395)
Lucas Duarte Prates via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 16 07:37:28 PST 2023
================
@@ -1351,6 +1382,11 @@ def ProcessorFeatures {
FeatureFP16FML, FeatureSVE, FeatureTRBE,
FeatureSVE2BitPerm, FeatureBF16, FeatureETE,
FeaturePerfMon, FeatureMatMulInt8, FeatureSPE];
+ list<SubtargetFeature> A720 = [HasV9_2aOps, FeatureNEON, FeatureMTE,
----------------
pratlucas wrote:
Also, it looks like the TRM states that FEAT_TME (`FeatureTME`) is not enabled on Cortex-A720.
https://github.com/llvm/llvm-project/pull/72395
More information about the cfe-commits
mailing list