[llvm] [AArch64][SVE] Use FeatureUseFixedOverScalableIfEqualCost for A320 (PR #152156)
Ties Stuij via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 6 06:38:10 PDT 2025
================
@@ -741,7 +741,8 @@ def ProcessorFeatures {
FeaturePAuth, FeaturePsUAO, FeatureRAS,
FeatureRDM, FeatureTRBE, FeatureVH,
FeatureFlagM, FeaturePredRes, FeatureSB, FeatureSSBS,
- FeatureSVE, FeatureSVE2];
+ FeatureSVE, FeatureSVE2,
+ FeatureUseFixedOverScalableIfEqualCost];
----------------
stuij wrote:
Done. I took the liberty to also move FeatureUseFixedOverScalableIfEqualCost to `Tune..` for A510 and A520 in this patch. Happy to make another patch for them if that's more fitting.
https://github.com/llvm/llvm-project/pull/152156
More information about the llvm-commits
mailing list