This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a229f9b3737 ix86: Add peephole2 for *add<mode>3_cc_overflow_1 followed [...] new 1595a1cb7bf match.pd: A ^ ((A ^ B) & -(C cmp D)) -> (C cmp D) ? B : A s [...]
The 1 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/ChangeLog | 4 ++ gcc/match.pd | 12 ++++++ gcc/testsuite/ChangeLog | 3 ++ gcc/testsuite/gcc.dg/tree-ssa/pr94786.c | 66 +++++++++++++++++++++++++++++++++ 4 files changed, 85 insertions(+) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr94786.c