This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bf839c154d6 RISC-V: Fix ugly && incorrect codes of RVV auto-vectorization new 69f1a8af45d PHIOPT: Add diamond bb form to factor_out_conditional_conversion new 01f3e3768ff PHIOPT: Loop over calling factor_out_conditional_conversion new 6d6c17e45f6 PHIOPT: factor out unary operations instead of just conversions
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: .../c-c++-common/torture/harden-cond-comp.c | 6 +- gcc/testsuite/gcc.dg/tree-ssa/abs-2.c | 20 ++++++ gcc/testsuite/gcc.dg/tree-ssa/minmax-17.c | 21 ++++++ gcc/testsuite/gcc.dg/tree-ssa/minmax-18.c | 27 ++++++++ gcc/testsuite/gcc.dg/tree-ssa/minmax-19.c | 10 +++ .../i386 => gcc.dg/tree-ssa}/pr103771.c | 4 +- gcc/tree-ssa-phiopt.cc | 75 ++++++++++++---------- 7 files changed, 125 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/abs-2.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/minmax-17.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/minmax-18.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/minmax-19.c copy gcc/testsuite/{gcc.target/i386 => gcc.dg/tree-ssa}/pr103771.c (65%)