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: Typo spotted. (was: i386 ashlsi3 improvements)



  In message <Pine.BSF.4.02A.9903091653170.27046-100000@dair.pair.com>you write
  > I guess this was more what was intended.
  > (Complete patch with ChangeLog for reasons of convention only.)
  > 
  > Tue Mar  9 22:45:43 1999  Hans-Peter Nilsson  <hp@bitrange.com>
  > 
  > 	* config/i386/i386.md [ashlhi3 - 2]: Fix typo in last change.
Thanks.  Good catch.  Installed.

It turns out that code will need a little more work.  After some discussions
with rth I think the current way we split for ppro is not what we want to do.

My docs showed a reg->reg move as 2ups, which is incorrect.  A reg->reg move
is a single uop.  This changes how we want to generate code for some shifts
on the PPro.


jeff


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