Re: [MIPS] Fix for the wrong argument sequence in MSA builtin for FMADD/MADDV family.

2019-06-17 Thread Jeff Law
On 6/17/19 1:44 AM, Dragan Mladjenovic wrote: > Sorry for the late response. > > > I've checked the patch on gcc-9 and gcc-8 branches with mips{el}-linux-gnu. > > There are no new regressions, as expected. > > > Is this change still eligible for back-port ? Yes, and I went ahead and backported

Re: [MIPS] Fix for the wrong argument sequence in MSA builtin for FMADD/MADDV family.

2019-06-17 Thread Dragan Mladjenovic
PM To: Dragan Mladjenovic; gcc-patches@gcc.gnu.org Cc: Matthew Fortune Subject: Re: [MIPS] Fix for the wrong argument sequence in MSA builtin for FMADD/MADDV family. On 5/22/19 12:13 AM, Dragan Mladjenovic wrote: > Hi all, > > This patch makes the behavior of __builtin_msa_ fmadd/fmsub/m

Re: [MIPS] Fix for the wrong argument sequence in MSA builtin for FMADD/MADDV family.

2019-05-31 Thread Jeff Law
On 5/22/19 12:13 AM, Dragan Mladjenovic wrote: > Hi all, > > This patch makes the behavior of __builtin_msa_ fmadd/fmsub/maddv match the > expected one. While not a recent regression, it would be nice if this can > be back-ported in order to minimize the fragmentation. > > Best regards, > > Drag

[MIPS] Fix for the wrong argument sequence in MSA builtin for FMADD/MADDV family.

2019-05-21 Thread Dragan Mladjenovic
Hi all, This patch makes the behavior of __builtin_msa_ fmadd/fmsub/maddv match the expected one. While not a recent regression, it would be nice if this can be back-ported in order to minimize the fragmentation. Best regards, Dragan gcc/ChangeLog: 2019-05-20 Prachi Godbole Robe