Hi! On Wed, Oct 23, 2019 at 05:39:14PM +0800, Kewen.Lin wrote: > I noticed that vsx_xvcdpsp and vsx_xvcvdpsp are almost the same, > and vsx_xvcdpsp looks replaceable with vsx_xvcvdpsp since it's only > called by gen_*.
Okay for trunk. Thanks! Segher > 2019-10-23 Kewen Lin <li...@gcc.gnu.org> > > * config/rs6000/vsx.md (vsx_xvcdpsp): Remove define_insn. > (UNSPEC_VSX_XVCDPSP): Remove. > * config/rs6000/rs6000.c (rs6000_generate_float2_double_code): > Replace gen_vsx_xvcdpsp by gen_vsx_xvcvdpsp.