re PR tree-optimization/91504 (Inlining misses some logical operation folding)
authorKamlesh Kumar <kamleshbhalui@gmail.com>
Tue, 3 Sep 2019 20:13:22 +0000 (20:13 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 3 Sep 2019 20:13:22 +0000 (14:13 -0600)
commit52792faa0c8510b7bfc2c184c9f67d4a87f83215
tree3c5f5a01416ec909271f3aa44d5c8d2a1c7a462e
parent42bf58bb137992b876be37f8b2e683c49bc2abed
re PR tree-optimization/91504 (Inlining misses some logical operation folding)

PR tree-optimization/91504
* match.pd: Add ((~a & b) ^a) --> (a | b).

        PR tree-optimization/91504
gcc.dg/tree-ssa/pr91504.c: New test.

From-SVN: r275354
gcc/ChangeLog
gcc/match.pd
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr91504.c [new file with mode: 0644]