This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b9ee7c6bfdb c++, tree: declare some basic functions inline new 2f58dd71d1b PHIOPT: Move check on diamond bb to tree_ssa_phiopt_worker [...] new 7dd4761ee7f PHIOPT: Cleanup tree_ssa_phiopt_worker code new 7049241f6ee PHIOPT: Allow other diamond uses when do_hoist_loads is true new 245753249c5 PHIOPT: Factor out some code from match_simplify_replacement new a2339e0fe9d PHIOPT: Ignore predicates for match-and-simplify phi-opt new f1f5cbaa3f7 PHIOPT: Add support for diamond shaped bb to match_simplify [...]
The 6 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/testsuite/gcc.c-torture/compile/pr109604-1.c | 13 + gcc/testsuite/gcc.c-torture/compile/pr109604-2.c | 13 + gcc/testsuite/gcc.dg/tree-ssa/phi-opt-23.c | 4 +- gcc/testsuite/gcc.dg/tree-ssa/phi-opt-24.c | 4 +- gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-13.c | 4 +- gcc/tree-ssa-phiopt.cc | 360 +++++++++++++---------- 6 files changed, 244 insertions(+), 154 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr109604-1.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr109604-2.c