[PATCH] D28907: [SLP] Fix for PR30787: Failure to beneficially vectorize 'copyable' elements in integer binary ops.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 07:43:15 PDT 2017


RKSimon added a comment.

In https://reviews.llvm.org/D28907#790193, @mkuper wrote:

> In https://reviews.llvm.org/D28907#789851, @RKSimon wrote:
>
> > This patch is proving difficult to split into smaller chunks.
> >
> > @mkuper do you have any suggestions on what can be done to get it done in time for Clang 5.00?
>
>
> I don't have any bandwidth for the SLP right now, unfortunately. :-\ (note that SLP has no code owner at this point, I only own the LV).
>  I can help review some "byte-sized" patches, but nothing of this scope.


Thanks for the update - we'll do what we can to reduce these further. It may involve the creation of a number of patches that are either NFC or seem to make things needlessly complicated for a short while....


https://reviews.llvm.org/D28907





More information about the llvm-commits mailing list