This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 04238615bba tree-optimization/111387 - BB SLP and irreducible regions new 635a34e2be6 MATCH: Simplify `(X % Y) < Y` pattern. new 06bedc3860d MATCH: [PR111364] Add some more minmax cmp operand simplifications new 4a937fa94fd MATCH: Move `X <= MAX(X, Y)` before `MIN (X, C1) < C2` pattern
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 | 30 +++++++------ gcc/testsuite/gcc.c-torture/execute/minmaxcmp-1.c | 51 +++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr96708-negative.c | 4 +- gcc/testsuite/gcc.dg/pr96708-positive.c | 1 + gcc/testsuite/gcc.dg/tree-ssa/minmaxcmp-2.c | 30 +++++++++++++ 5 files changed, 98 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/minmaxcmp-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/minmaxcmp-2.c