match.pd ((x | y) & ~x -> y & ~x, (x & y) | ~x -> y | ~x): New simplifications.
commitaf563d4bb754b06f828d29aa74b5b663353cec97
authorMarc Glisse <marc.glisse@inria.fr>
Fri, 22 May 2015 20:37:04 +0000 (22 22:37 +0200)
committerMarc Glisse <glisse@gcc.gnu.org>
Fri, 22 May 2015 20:37:04 +0000 (22 20:37 +0000)
tree497c816f02e5ac350d7ae5f72a165edcf4c08eec
parentddc75e8bafc26ece2c4792f13fb36693a1b2f8ce
match.pd ((x | y) & ~x -> y & ~x, (x & y) | ~x -> y | ~x): New simplifications.

2015-05-22  Marc Glisse  <marc.glisse@inria.fr>

gcc/
* match.pd ((x | y) & ~x -> y & ~x, (x & y) | ~x -> y | ~x): New
simplifications.
gcc/testsuite/
* gcc.dg/nand.c: New testcase.

From-SVN: r223587
gcc/ChangeLog
gcc/match.pd
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/nand.c [new file with mode: 0644]