[clang] [llvm] [AArch64] Add a check for invalid default features (PR #104435)

Ahmed Bougacha via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 16 15:48:58 PDT 2024


================
@@ -892,7 +905,7 @@ def ProcessorFeatures {
                                     FeatureComplxNum, FeatureCRC, FeatureJS,
                                     FeatureLSE, FeaturePAuth, FeatureFPAC,
                                     FeatureRAS, FeatureRCPC, FeatureRDM,
-                                    FeatureDotProd, FeatureMatMulInt8];
+                                    FeatureDotProd, FeatureMatMulInt8, FeatureSSBS];
----------------
ahmedbougacha wrote:

AppleM4 actually does not have SSBS, unlike the previous ones

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


More information about the cfe-commits mailing list