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: Kill BIT_ANDTC_EXPR


Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz> writes:

> Hi,
> 
> this patch kills BIT_ANDTC_EXPR which is used (in a meaningful way)
> only in fold-const.c. BIT_ANDTC_EXPR's simplifier already converts
> BIT_ANDTC_EXPR(x,y) to BIT_AND_EXTR (x, BIT_NOT_EXPR (y))
> so I'm changing the only use of BIT_ANDTC_EXPR
> to use BIT_AND_EXTR and BIT_NOT_EXPR too.
> 
> Bootstrapped/regtested i686.

This is OK.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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