This is the mail archive of the gcc@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: egcs combine.c:simplify_shift_const



  In message <199801310023.TAA17708@jfc.>you write:
  > 
  > This patch simplifies (lshiftrt (truncate (lshiftrt))) to
  > (truncate (lshiftrt)).  This helps the multiply highpart
  > patterns in the SPARC changes I am working on.
  > 
  > Fri Jan 30 19:19:05 1998  John Carr  <jfc@mit.edu>
  > 
  > 	* combine.c (simplify_shift_const):  (lshiftrt (truncate (lshiftrt)))
  >  	is (truncate (lshiftrt)).
Thanks.  I installed the updated version you sent.

jeff


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