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: combine and unordered compares


On Sat, Jan 06, 2001 at 10:45:15PM +0100, Jan Hubicka wrote:
> 	* combine.c (combine_simplify_rtx): Recognize the unordered compares.
> 	(nonzero_bits): Likewise.
> 	(simplify_comparison): Likewise.
> 	(num_sign_bit_copies): Likewise; return more sane value depending
> 	on STORE_FLAG_VALUE.

Looks like all of these are missing cases for ORDERED and UNORDERED.

> 	(known_cond): Do not assume EQ to be always true for equivalent
> 	operands.

Otherwise ok.


r~

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