[PATCH] D124284: [SLP]Try partial store vectorization if supported by target.
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 8 22:14:24 PDT 2022
asbirlea added a comment.
In D124284#3496381 <https://reviews.llvm.org/D124284#3496381>, @RKSimon wrote:
> @asbirlea How are you specifying the SSE/AVX level for your benchmark runs - are you running with -march=native the x86-64-v* levels or something else?
I believe the runs are using `-target-cpu k8` and `-target-cpu haswell`.
The latest performance testing still shows one regression in a benchmark from singlesource, but there are many improvements that offset it in non-public benchmarks. So this latest diff is good to go from my side.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124284/new/
https://reviews.llvm.org/D124284
More information about the llvm-commits
mailing list