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: [committed] clarify sleu_operand


> 
> Before your patch, you mean?  No idea if so.  The sleu patterns should
> certainly allow it.  They should really allow anything between:
> 
>        sltiu $2,$3,-32768
>    and
>        sltiu $2,$3,32767
> 

Yup.

> What was the testcase?
> 

int foo (unsigned int a)
{
   return a < 0xf000;
}

-eric


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