================ @@ -944,6 +944,15 @@ def ProcessorFeatures { list<SubtargetFeature> Falkor = [HasV8_0aOps, FeatureCRC, FeatureSHA2, FeatureAES, FeatureFPARMv8, FeatureNEON, FeaturePerfMon, FeatureRDM]; + list<SubtargetFeature> Grace = [HasV9_0aOps, FeatureBF16, FeatureSPE, ---------------- davemgreen wrote:
Does it work to do something like `!listconcat(NeoverseV2, [<New features>])`? It is probably better to use `FeatureSHA2, FeatureAES` than `FeatureCrypto` nowadays. https://github.com/llvm/llvm-project/pull/127620 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits