This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 45b7da5f495 testsuite: fix the condition bug in tsvc s176 new 72e652f3425 MATCH: Fix zero_one_valued_p not to match signed 1 bit integers new 7ceed7e3e29 MATCH: Allow unsigned types for `X & -Y -> X * Y` pattern new 52c92fb3f40 Change the `(zero_one ==/!= 0) ? y : z <op> y` patterns to [...] new 55fcaa9a8bd Add Plus to the op list of `(zero_one == 0) ? y : z <op> y` [...]
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/match.pd | 30 +++++++++++++------- gcc/testsuite/gcc.c-torture/execute/pr110165-1.c | 28 ++++++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr110166-1.c | 33 ++++++++++++++++++++++ .../gcc.dg/tree-ssa/branchless-cond-add-2.c | 8 ++++++ .../gcc.dg/tree-ssa/branchless-cond-add.c | 18 ++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/branchless-cond.c | 6 ++-- 6 files changed, 110 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr110165-1.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr110166-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/branchless-cond-add-2.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/branchless-cond-add.c