This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch to improve x86 output_op_from_reg



  In message <19990331121234.B30107@cygnus.com>you write:
  > On Wed, Mar 31, 1999 at 03:22:53AM -0700, Jeffrey A Law wrote:
  > > I wonder if we could get the same (or better?) effect by using the second
  > ary
  > > memory support in reload to indicate that a memory location is needed to 
  > copy
  > > between the two register sets.
  > 
  > Ideally, yes.  But reload only recognizes this for reg-reg moves.
  > We're here dealing with
  > 
  >    (set (reg/v:DF 26)
  >         (mult:DF (float:DF (reg/v:SI 22))
  >                  (reg:DF 27)))
  > 
  > Or, more often, just the conversion.
Bummer.   Oh well.

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]