This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7cc33d12dca target: [PR109657] (a ? -1 : 0) | b could be optimized bett [...] new 8702ab1456e tree-optimization: [PR109702] MATCH: Fix a ? func(a) : N patterns new 078339fc04f MATCH: Port CLRSB part of builtin_zero_pattern new 33020780a96 PHIOPT: small refactoring of match_simplify_replacement.
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 | 24 ++++++---- gcc/testsuite/gcc.dg/tree-ssa/phi-opt-25b.c | 70 +++++++++++++++++++++++++++++ gcc/tree-ssa-phiopt.cc | 57 ++++++++++------------- 3 files changed, 110 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-25b.c