2016-10-20 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
commitab056ef48e4c4cdd39b37a0fd3e3d5d24c5b7a96
authorprathamesh3492 <prathamesh3492@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Oct 2016 07:55:28 +0000 (20 07:55 +0000)
committerprathamesh3492 <prathamesh3492@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Oct 2016 07:55:28 +0000 (20 07:55 +0000)
treec4c0b7c3c40fd68c97f751d828328f8ef3fc6de5
parent401fe0b8b9388c969ffb750183b3eb2db3c032a4
2016-10-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

PR tree-optimization/53979
* match.pd ((a ^ b) | a -> a | b): New pattern.

testsuite/
* gcc.dg/pr53979-1.c: New test-case.
* gcc.dg/pr53979-2.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@241360 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/match.pd
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr53979-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/pr53979-2.c [new file with mode: 0644]