Re: [PATCH, rs6000] gcc 5 back port of xvcvsxdsp and xvcvuxdsp RTL fixes

2017-02-16 Thread Segher Boessenkool
On Thu, Feb 16, 2017 at 10:46:46AM -0800, Carl E. Love wrote: > I have backported the mainline fixes for the RTL definitions for > xvcvsxdsp and xvcvuxdsp instructions, commit r245460 on 2017-02-14 to > the GCC 5 branch. > > The RTL defined the instructions with a V2DF argument and returning > V4S

[PATCH, rs6000] gcc 5 back port of xvcvsxdsp and xvcvuxdsp RTL fixes

2017-02-16 Thread Carl E. Love
GCC Maintainers: I have backported the mainline fixes for the RTL definitions for xvcvsxdsp and xvcvuxdsp instructions, commit r245460 on 2017-02-14 to the GCC 5 branch. The RTL defined the instructions with a V2DF argument and returning V4SI. They should take a V2DI argument and return a V4SF ba