]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-ssa-forwprop.c (simplify_bitwise_binary): Simplify (A & B) OP0 (C & B) to (A...
authorAndrew Pinski <apinski@cavium.com>
Mon, 23 Apr 2012 19:37:59 +0000 (19:37 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 23 Apr 2012 19:37:59 +0000 (12:37 -0700)
commit24fc7360e5be54d73e677e6fe59339f58035e67a
treef95470c063ed8bc959cfc119b6f675da1143b815
parente9d68de9c1f93c680f15be0589025f1828dd2996
tree-ssa-forwprop.c (simplify_bitwise_binary): Simplify (A & B) OP0 (C & B) to (A OP0) & B.

2012-04-23  Andrew Pinski  <apinski@cavium.com>

* tree-ssa-forwprop.c (simplify_bitwise_binary): Simplify (A & B) OP0
(C & B) to (A OP0) & B.

2012-04-23  Andrew Pinski  <apinski@cavium.com>

* gcc.dg/tree-ssa/forwprop-17.c: New testcase.

From-SVN: r186721
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/forwprop-17.c [new file with mode: 0644]
gcc/tree-ssa-forwprop.c