[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:29 PST 2023


================
@@ -1372,6 +1408,11 @@ def ProcessorFeatures {
                                  FeatureSPE, FeatureBF16, FeatureMatMulInt8,
                                  FeatureMTE, FeatureSVE2BitPerm, FeatureFullFP16,
                                  FeatureFP16FML];
+  list<SubtargetFeature> X4 =   [HasV9_2aOps, FeatureSVE, FeatureNEON,
----------------
pratlucas wrote:

Also FEAT_SPEv1p2 (`FeatureSPE_EEF`) is mentioned as supported in the TRM but is missing from this list.

https://github.com/llvm/llvm-project/pull/72395


More information about the cfe-commits mailing list