This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9a8782e6379 tree-optimization/110742 - fix latent issue with permuting [...] new 6d449531a60 MATCH: Add Max<Max<a,b>,a> -> Max<a,b> simplifcation new 9f8f37f5490 tree-optimization/88540 - FP x > y ? x : y if-conversion wi [...]
The 2 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 | 6 +++++- gcc/testsuite/gcc.dg/tree-ssa/minmax-23.c | 22 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/reassoc-12.c | 3 ++- gcc/testsuite/gcc.dg/tree-ssa/split-path-12.c | 4 +++- gcc/testsuite/gcc.target/i386/pr110170.c | 7 ++----- gcc/testsuite/gcc.target/i386/pr54855-12.c | 2 +- gcc/testsuite/gcc.target/i386/pr54855-13.c | 2 +- gcc/testsuite/gcc.target/i386/pr54855-9.c | 4 ++-- gcc/testsuite/gcc.target/i386/pr88540.c | 10 ++++++++++ gcc/tree-ssa-phiopt.cc | 21 ++++++++++++++++----- 10 files changed, 64 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/minmax-23.c create mode 100644 gcc/testsuite/gcc.target/i386/pr88540.c