[patch middle-end]: Missed optimization for (x & ~y) | (~x & y)

Kai Tietz ktietz70@googlemail.com
Wed Apr 20 18:00:00 GMT 2011


2011/4/20 Kai Tietz <ktietz70@googlemail.com>:
> 2011/4/20 Richard Henderson <rth@redhat.com>:
>> On 04/20/2011 08:50 AM, Kai Tietz wrote:
>>> +      if (TREE_CODE (arg0) == TREE_CODE (arg1)
>>> +       && TREE_CODE (arg1) == TRUTH_AND_EXPR)
>>
>> Ok with these both explicitly testing TRUTH_AND_EXPR now.
>>
>>
>> r~
>>
>
> Committed at revision 172776 with explicit testing for TRUTH_AND_EXPR.
>
> Kai

Fixed encoding issue of backslashs in testcases at revision 172781.
Committed as obvious.

Kai



More information about the Gcc-patches mailing list