This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 650c36ec461 PR rtl-optimization/109476: Use ZERO_EXTEND instead of zero [...] new b9b30dbaabc MATCH: Factor out code that for min max detection with constants new c43819a9b4c MATCH: Add patterns from phiopt's minmax_replacement new 1dd154f6407 PHIOPT: Move two_value_replacement to match.pd
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/fold-const.cc | 44 ++++++++ gcc/fold-const.h | 3 + gcc/match.pd | 139 +++++++++++++++++++----- gcc/testsuite/gcc.dg/tree-ssa/minmax-16.c | 10 +- gcc/testsuite/gcc.dg/tree-ssa/split-path-1.c | 3 +- gcc/tree-ssa-phiopt.cc | 157 +-------------------------- 6 files changed, 170 insertions(+), 186 deletions(-)