On Sun, Jan 15, 2012 at 10:45 AM, Andrew Pinski wrote:
> On Sun, Jan 15, 2012 at 10:31 AM, Richard Sandiford
> wrote:
>> ssa-dom-thread-4.c was failing for MIPS because the mips.h definition:
>>
>> #define LOGICAL_OP_NON_SHORT_CIRCUIT 0
>>
>> caused "var1 || var2" conditions to be split into two
On Sun, Jan 15, 2012 at 10:31 AM, Richard Sandiford
wrote:
> ssa-dom-thread-4.c was failing for MIPS because the mips.h definition:
>
> #define LOGICAL_OP_NON_SHORT_CIRCUIT 0
>
> caused "var1 || var2" conditions to be split into two rather than
> converted into "(var1 != 0) | (var2 != 0)". I don'