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] PR opt/3995: Optimize (A&C)!=0 into A<0 (take 2)


On Sun, May 05, 2002 at 03:20:33PM -0600, Roger Sayle wrote:
> Even if A is a zero-extension from unsigned char to unsigned int, we
> can still use a signed char comparison against 0x80.

Ah yes, I see what you've done now.  Patch ok.


r~


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