This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3b5e8ee4f1e Darwin, configury : Allow for specification and detection o [...] new 3c44b412fec Fix PR 101237: Remove element_type call when used with the [...] new cd48e550d1d Allow match-and-simplified phiopt to run in early phiopt new a50cecb20a1 Try inverted comparison for match_simplify in phiopt new 7d697919727 Port most of the A CMP 0 ? A : -A to match
The 4 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.c | 46 +++--- gcc/match.pd | 64 +++++++- gcc/testsuite/gcc.dg/tree-ssa/phi-opt-15.c | 4 +- gcc/testsuite/gcc.dg/tree-ssa/phi-opt-23.c | 44 +++++ gcc/testsuite/gcc.dg/tree-ssa/phi-opt-24.c | 44 +++++ gcc/tree-ssa-phiopt.c | 248 +++++++++++------------------ 6 files changed, 272 insertions(+), 178 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-23.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-24.c