]> gcc.gnu.org Git - gcc.git/commit
match.pd: add single-use check for (x & y) ^ y -> ~x & y (PR 85758)
authorAlexander Monakov <amonakov@ispras.ru>
Mon, 27 Aug 2018 14:08:50 +0000 (17:08 +0300)
committerAlexander Monakov <amonakov@gcc.gnu.org>
Mon, 27 Aug 2018 14:08:50 +0000 (17:08 +0300)
commitde5b5228631d14e272ec8bf93827dea3da16a33d
tree58d0821bd3945ea94fdd02018160bb52023e6dfe
parent92a285c1a7bad310d7223a7aa5d70e6a5fc3e644
match.pd: add single-use check for (x & y) ^ y -> ~x & y (PR 85758)

PR tree-optimization/85758
* match.pd ((X & Y) ^ Y): Add :s qualifier to inner expression.

From-SVN: r263887
gcc/ChangeLog
gcc/match.pd
This page took 0.058718 seconds and 5 git commands to generate.