This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 421cf6109ad RISC-V: Fix uninitialized probability for GIMPLE IR tests new 6164adf8f11 PHIOPT: Add dump for match and simplify and early phiopt new cbde03abe5d MATCH: Remove redundant pattern for `(x | y) & ~x` new c3669bb677b MATCH: Move `(X & ~Y) | (~X & Y)` over to use bitwise_inver [...]
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/match.pd | 21 ++++------ gcc/testsuite/gcc.dg/pr87009.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/cmpbit-3.c | 33 +++++++++++++++ gcc/tree-ssa-phiopt.cc | 70 ++++++++++++++++++++------------ 4 files changed, 85 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cmpbit-3.c