This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][4/4] SLP induction vectorization
On June 3, 2017 1:38:14 AM GMT+02:00, Michael Meissner <meissner@linux.vnet.ibm.com> wrote:
>On Fri, Jun 02, 2017 at 03:22:27PM +0200, Richard Biener wrote:
>>
>> This implements vectorization of SLP inductions (in the not outer
>loop
>> vectorization case for now).
>>
>> Bootstrapped and tested on x86_64-unknown-linux-gnu.
>>
>> More testing is appreciated, I'm throwing it at SPEC2k6 now.
>
>I was going to apply to the PowerPC and do a spec run but the patch for
>tree-vect-loop.c doesn't apply. Could you regenerate the patch, and
>also tell
>me the subversion id it is based off of?
Hum, it should apply cleanly (maybe one rejected hunk that I already committed separately). I'll double check on Tuesday.
Richard.
>Thanks in advance.