[PATCH] D124284: [SLP]Try partial store vectorization if supported by target.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 03:08:55 PDT 2022


ABataev added a comment.

In D124284#3499844 <https://reviews.llvm.org/D124284#3499844>, @asbirlea wrote:

> 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.

,
 thanks for the testing. What's the name of the regressed single source test?


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