This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] [ARM] Fix widen-sum pattern in neon.md.


On Thu, Mar 5, 2015 at 1:34 PM, Xingxing Pan <xxingpan@marvell.com> wrote:
> Hi,
>
> The expanding of widen-sum pattern always fails. The vectorizer expects the
> operands to have the same size, while the current implementation of
> widen-sum pattern dose not conform to this.
>
> This patch implements the widen-sum pattern with vpadal. Change the vaddw
> pattern to anonymous. Add widen-sum test cases for neon.
>

Can you please respin addressing James and Kyrill's comments ?


Ramana

> --
> Regards,
> Xingxing


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]