[llvm] [AArch64][SVE] Reduce MaxInterleaveFactor for A510 and A520 (PR #132246)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 25 08:27:48 PDT 2025
davemgreen wrote:
The other alternative might be to prefer fixed width to scalable when the costs in the vectorizer are equal, if that is more beneficial on these cores. It is controlled via the FeatureUseFixedOverScalableIfEqualCost feature.
https://github.com/llvm/llvm-project/pull/132246
More information about the llvm-commits
mailing list