Re: [PATCH 3/3][rs6000] vector conversion RTL pattern update for diff unit size

2019-10-30 Thread Segher Boessenkool
Hi! On Wed, Oct 23, 2019 at 05:42:45PM +0800, Kewen.Lin wrote: > Following the previous one 2/3, this patch is to update the > vector conversions between fixed point and floating point > with different element unit sizes, such as: SP <-> DI, DP <-> SI. > (vsx_xvcvdp[su]xws): New define_expa

[PATCH 3/3][rs6000] vector conversion RTL pattern update for diff unit size

2019-10-23 Thread Kewen.Lin
Hi, Following the previous one 2/3, this patch is to update the vector conversions between fixed point and floating point with different element unit sizes, such as: SP <-> DI, DP <-> SI. Bootstrap and regression testing just launched. gcc/ChangeLog 2019-10-23 Kewen Lin * config/rs