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 middle-end]: Missed optimization for (x & ~y) | (~x & y)


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


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