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

Re: Inner-loop optimization regression from 3.3 to 3.4


Jan Hubicka <jh@suse.cz> writes:

> + 	/* Convert (a >= 0) into (~a < 0).  */

While we're at it, this is also a pessimization on Alpha, and probably
elsewhere where one has direct comparisons to registers and a zero
register.

-- 
	Falk


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