[llvm] [AArch64] Disconnect FeatureUseScalarIncVL from FeatureSVE2. (PR #114568)

Sander de Smalen via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 1 10:26:22 PDT 2024


================
@@ -797,6 +794,9 @@ def FeatureUseFixedOverScalableIfEqualCost: SubtargetFeature<"use-fixed-over-sca
   "UseFixedOverScalableIfEqualCost", "true",
   "Prefer fixed width loop vectorization over scalable if the cost-model assigns equal costs">;
 
+def FeatureDontUseScalarIncVL : SubtargetFeature<"dont-use-scalar-inc-vl",
----------------
sdesmalen-arm wrote:

Can you implement this without changing the feature name?

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


More information about the llvm-commits mailing list