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]
Other format: [Raw text]

Re: [PATCH] Fix PR25620, pow() expansion missed-optimization, 2nd try


On Mon, 13 Nov 2006, Richard Guenther wrote:
> 2006-11-13  Richard Guenther  <rguenther@suse.de>
>
> 	* config/i386/i386.c (ix86_expand_lround): Handle expand_simple_binop
> 	return value.
> 	(ix86_expand_lfloorceil): Likewise.
> 	(ix86_expand_rint): Likewise.
> 	(ix86_expand_floorceildf_32): Likewise.
> 	(ix86_expand_floorceil): Likewise.
> 	(ix86_expand_rounddf_32): Likewise.
> 	(ix86_expand_truncdf_32): Likewise.
> 	(ix86_expand_round): Likewise.

Good catch.  Thanks for fixing this.  This is OK for mainline.

Roger
--


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