This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c6523ae786e Re: [PATCH] gcc-ar: Handle response files properly [PR77576] new b9237226fdc tree-optimization: [PR100864] `(a&!b) | b` is not opimized [...] new 0258b73680e MATCH: PR 106164 : Optimize `(X CMP1 Y) AND/IOR (X CMP2 Y)` new ac0e0966ebf MATCH: Add `a == b | a cmp b` and `a != b & a cmp b` simpli [...]
The 3 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/generic-match-head.cc | 42 ++++++++++++++ gcc/gimple-match-head.cc | 71 +++++++++++++++++++++++ gcc/match.pd | 99 ++++++++++++++++++++++++++------ gcc/testsuite/gcc.dg/tree-ssa/bitops-3.c | 67 +++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/cmpbit-1.c | 38 ++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/cmpbit-2.c | 39 +++++++++++++ 6 files changed, 340 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/bitops-3.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cmpbit-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cmpbit-2.c