diff options
author | Hans Wennborg <hans@hanshq.net> | 2017-12-01 16:17:24 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2017-12-01 16:17:24 +0000 |
commit | e2470b95da5e5f032e4f5a79ee3d10b2f209733e (patch) | |
tree | 637b33ec69a44be7cd5940e54763c6c375be78bb /lldb/packages/Python/lldbsuite/test/python_api/process | |
parent | cfc1485f8603c057f037a3ffa11387da8a4f684f (diff) | |
download | bcm5719-llvm-e2470b95da5e5f032e4f5a79ee3d10b2f209733e.tar.gz bcm5719-llvm-e2470b95da5e5f032e4f5a79ee3d10b2f209733e.zip |
Revert r319531 "[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in integer binary ops."
It causes builds to fail with "Instruction does not dominate all uses" (PR35497).
> Patch tries to improve vectorization of the following code:
>
> void add1(int * __restrict dst, const int * __restrict src) {
> *dst++ = *src++;
> *dst++ = *src++ + 1;
> *dst++ = *src++ + 2;
> *dst++ = *src++ + 3;
> }
> Allows to vectorize even if the very first operation is not a binary add, but just a load.
>
> Fixed issues related to previous commit.
>
> Reviewers: spatel, mzolotukhin, mkuper, hfinkel, RKSimon, filcab, ABataev
>
> Reviewed By: ABataev, RKSimon
>
> Subscribers: llvm-commits, RKSimon
>
> Differential Revision: https://reviews.llvm.org/D28907
llvm-svn: 319550
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process')
0 files changed, 0 insertions, 0 deletions