This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2bc6dacecb2 Daily bump. new b6bdd7a4cb4 Add a couple of A?CST1:CST2 match and simplify optimizations new 1fd76b24306 Optimize x < 0 ? ~y : y to (x >> 31) ^ y in match.pd
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/match.pd | 73 ++++++++++++++++++++++ .../gcc.dg/tree-ssa/{pr96928.c => pr96928-1.c} | 20 ++++-- gcc/testsuite/gcc.dg/tree-ssa/pr96928.c | 7 ++- 3 files changed, 93 insertions(+), 7 deletions(-) copy gcc/testsuite/gcc.dg/tree-ssa/{pr96928.c => pr96928-1.c} (76%)