[llvm] [AArch64][SVE] Use FeatureUseFixedOverScalableIfEqualCost for A320 (PR #152156)

David Green via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 6 00:05:03 PDT 2025


================
@@ -741,7 +741,8 @@ def ProcessorFeatures {
                                  FeaturePAuth, FeaturePsUAO, FeatureRAS,
                                  FeatureRDM, FeatureTRBE, FeatureVH,
                                  FeatureFlagM, FeaturePredRes, FeatureSB, FeatureSSBS,
-                                 FeatureSVE, FeatureSVE2];
+                                 FeatureSVE, FeatureSVE2,
+                                 FeatureUseFixedOverScalableIfEqualCost];
----------------
davemgreen wrote:

Oh - I should read the patch first. As this is a tuning feature it should be in TuneA320. It keeps the -mcpu architecture features and the -mtune tuning features separate.

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


More information about the llvm-commits mailing list