This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 42eb371286f RISC-V: Fix ICE when include riscv_vector.h with rv64gcv new c5c4fa2f9a4 Match: zero_one_valued_p should match 0 constants too new 64d90d06d2d Add match patterns for `a ? onezero : onezero` where one of [...]
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 | 23 +++++++++++ gcc/testsuite/gcc.dg/tree-ssa/phi-opt-2.c | 12 +++--- gcc/testsuite/gcc.dg/tree-ssa/phi-opt-25b.c | 8 ++-- gcc/testsuite/gcc.dg/tree-ssa/phi-opt-27.c | 14 +++++++ gcc/testsuite/gcc.dg/tree-ssa/phi-opt-28.c | 14 +++++++ gcc/testsuite/gcc.dg/tree-ssa/phi-opt-29.c | 25 ++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/phi-opt-30.c | 55 +++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/phi-opt-31.c | 15 ++++++++ gcc/testsuite/gcc.dg/tree-ssa/phi-opt-32.c | 12 ++++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-21.c | 3 +- 10 files changed, 170 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-27.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-28.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-29.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-30.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-31.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-32.c