[llvm] [AArch64] FP/SIMD is not mandatory for v8-R (PR #79004)

Simon Tatham via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 24 03:58:21 PST 2024


================
@@ -1420,7 +1420,8 @@ def ProcessorFeatures {
                                  FeaturePerfMon, FeatureSPE, FeatureSPE_EEF];
   list<SubtargetFeature> R82  = [HasV8_0rOps, FeaturePerfMon, FeatureFullFP16,
                                  FeatureFP16FML, FeatureSSBS, FeaturePredRes,
-                                 FeatureSB];
+                                 FeatureSB, FeatureRDM, FeatureDotProd,
+                                 FeatureComplxNum, FeatureJS];
----------------
statham-arm wrote:

Oh yes, now I see it! Thanks.

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


More information about the llvm-commits mailing list