[llvm] [ARM][SLP] Adjust cost returned for vadd reduction (PR #122713)
Nashe Mncube via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 30 05:35:44 PST 2025
nasherm wrote:
I've opted for adjusting the cost returned by getExtendedReductionCost for vadd reductions to be slightly more pessimistic. This returns performance numbers on regressed benchmarks while not changing SLPVectorizer and making minimal changes to the rest of the compiler.
https://github.com/llvm/llvm-project/pull/122713
More information about the llvm-commits
mailing list