[Bug middle-end/23670] Fold does not fold (a|b)&b to b likewise for (a&b) | b to b

sayle at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Feb 14 21:08:00 GMT 2006



------- Comment #3 from sayle at gcc dot gnu dot org  2006-02-14 21:08 -------
Subject: Bug 23670

Author: sayle
Date: Tue Feb 14 21:08:52 2006
New Revision: 110997

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110997
Log:

        PR middle-end/23670
        * fold-const.c (fold_binary) <BIT_IOR_EXPR>: Optimize (X&Y)|Y into
        (X,Y) and the corresponding symmetry related transformations.
        (fold_binary) <BIT_AND_EXPR>: Likewise, optimize (X|Y)&Y into
        (X,Y) and its symmetry related transformations.

        * gcc.dg/tree-ssa/andor-2.c: New test case.


Added:
    trunk/gcc/testsuite/gcc.dg/tree-ssa/andor-2.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/fold-const.c
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23670



More information about the Gcc-bugs mailing list