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: i386 conditional move patch


  In message <199805291621.MAA15404@jwlab.FEITH.COM>you write:
  > Hello,
  > 
  > This change enables support for i386 conditional moves.
  > 
  > ChangeLog:
  > 
  > Thu May 28 22:16:49 EDT 1998  John Wehle  (john@feith.com)
  > 
  > 	* reload.c (find_reloads): Record the existing mode if
  > 	operand_mode == VOIDmode before replacing a register with
  > 	a constant.
  > 	* i386.md (tstsi, tsthi, tstqi, tstsf, tstdf, tstxf): Set
  > 	i386_compare_op1 to const0_rtx for the benefit of the
  > 	conditional move patterns.
  > 	(movsicc, movhicc, movsfcc, movdfcc, movxfcc, movdicc): Rewrite
  > 	based on suggestions from Jim Wilson.
Thanks!  I've installed this patch.

jeff


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