[llvm] r288497 - [SLP] Fix for PR6246: vectorization for scalar ops on vector elements.

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 2 09:07:31 PST 2016


On 2 December 2016 at 12:20, Alexey Bataev via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: abataev
> Date: Fri Dec  2 06:20:22 2016
> New Revision: 288497
>
> URL: http://llvm.org/viewvc/llvm-project?rev=288497&view=rev
> Log:
> [SLP] Fix for PR6246: vectorization for scalar ops on vector elements.

Hi Alexey,

This commit broke the AArch64 build of the builtins (twice):

http://lab.llvm.org:8011/builders/clang-cmake-aarch64-full/builds/419

and

http://lab.llvm.org:8011/builders/clang-cmake-aarch64-full/builds/428

I have reverted it in r288497. We really should investigate this offline.

cheers,
--renato

PS: You didn't get the email the second time because there was a test
failure on the build just before yours.


More information about the llvm-commits mailing list