This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f2989316139 [PATCH][v5] RISC-V: add option -m(no-)autovec-segment new 8d6d6d537fd phiopt: do factor_out_conditional_operation for all phis [P [...]
The 1 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/doc/invoke.texi | 4 + gcc/params.opt | 4 + gcc/testsuite/gcc.dg/tree-ssa/factor_op_phi-1.c | 27 +++ gcc/testsuite/gcc.dg/tree-ssa/factor_op_phi-2.c | 29 ++++ gcc/testsuite/gcc.dg/tree-ssa/factor_op_phi-3.c | 33 ++++ gcc/testsuite/gcc.dg/tree-ssa/factor_op_phi-4.c | 29 ++++ gcc/tree-ssa-phiopt.cc | 209 +++++++++++++++++------- 7 files changed, 272 insertions(+), 63 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/factor_op_phi-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/factor_op_phi-2.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/factor_op_phi-3.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/factor_op_phi-4.c