Re: [PATCH, i386]: Remaining FP moves cleanups

2011-06-07 Thread H.J. Lu
On Tue, Jun 7, 2011 at 7:12 AM, Uros Bizjak wrote: > On Tue, Jun 7, 2011 at 4:07 PM, H.J. Lu wrote: > >>> OTOH, you are right, this statement can be moved to case 6, without >>> the check for registers. >>> >> >> Like this?  OK for trunk with a ChangeLog entry? >> >> Thanks. >> >> -- >> H.J. >> -

Re: [PATCH, i386]: Remaining FP moves cleanups

2011-06-07 Thread Uros Bizjak
On Tue, Jun 7, 2011 at 4:07 PM, H.J. Lu wrote: >> OTOH, you are right, this statement can be moved to case 6, without >> the check for registers. >> > > Like this?  OK for trunk with a ChangeLog entry? > > Thanks. > > -- > H.J. > > diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.

Re: [PATCH, i386]: Remaining FP moves cleanups

2011-06-07 Thread H.J. Lu
On Tue, Jun 7, 2011 at 7:02 AM, Uros Bizjak wrote: > On Tue, Jun 7, 2011 at 3:42 PM, H.J. Lu wrote: > >>> 2011-06-05  Uros Bizjak   >>> >>>        * config/i386/i386.md (*movdf_internal_rex64) : >>>        Remove MODE_TI handling.  Remove SSE1 handling in attribute "mode" >>>        calculation.

Re: [PATCH, i386]: Remaining FP moves cleanups

2011-06-07 Thread Uros Bizjak
On Tue, Jun 7, 2011 at 3:42 PM, H.J. Lu wrote: >> 2011-06-05  Uros Bizjak   >> >>        * config/i386/i386.md (*movdf_internal_rex64) : >>        Remove MODE_TI handling.  Remove SSE1 handling in attribute "mode" >>        calculation. >>        (*movdf_internal_rex64) : Remove MODE_TI handling.

Re: [PATCH, i386]: Remaining FP moves cleanups

2011-06-07 Thread H.J. Lu
On Sun, Jun 5, 2011 at 1:46 PM, Uros Bizjak wrote: > Hello! > > 2011-06-05  Uros Bizjak   > >        * config/i386/i386.md (*movdf_internal_rex64) : >        Remove MODE_TI handling.  Remove SSE1 handling in attribute "mode" >        calculation. >        (*movdf_internal_rex64) : Remove MODE_TI h

[PATCH, i386]: Remaining FP moves cleanups

2011-06-05 Thread Uros Bizjak
Hello! 2011-06-05 Uros Bizjak * config/i386/i386.md (*movdf_internal_rex64) : Remove MODE_TI handling. Remove SSE1 handling in attribute "mode" calculation. (*movdf_internal_rex64) : Remove MODE_TI handling. Simplify MODE_V1DF and MODE_V2SF handling.