Re: [PATCH, rs6000] Fix RTL definitions of the xvcvsxdsp and xvcvuxdsp instructions

2017-02-14 Thread Segher Boessenkool
On Tue, Feb 14, 2017 at 12:59:27PM -0800, Carl E. Love wrote: > The following patch addresses errors in the RTL define_insn statements > for the xvcvsxdsp and xvcvuxdsp instructions. The RTL defined the > instructions with a V2DF argument and returning V4SI. They should take > a V2DI argument

[PATCH, rs6000] Fix RTL definitions of the xvcvsxdsp and xvcvuxdsp instructions

2017-02-14 Thread Carl E. Love
GCC Maintainers: The following patch addresses errors in the RTL define_insn statements for the xvcvsxdsp and xvcvuxdsp instructions. The RTL defined the instructions with a V2DF argument and returning V4SI. They should take a V2DI argument and return a V4SF based on the Power ISA document.