This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 377681505fb Daily bump. new 813ccbe9d27 Support cond_ashr/lshr/ashl for vector integer modes under AVX512.
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/config/i386/predicates.md | 4 ++ gcc/config/i386/sse.md | 36 ++++++++++++++ gcc/testsuite/gcc.target/i386/cond_op_shift_d-1.c | 56 ++++++++++++++++++++++ ...cond_op_addsubmul_d-2.c => cond_op_shift_d-2.c} | 50 ++++++++++++++----- gcc/testsuite/gcc.target/i386/cond_op_shift_q-1.c | 11 +++++ .../{cond_op_maxmin_q-2.c => cond_op_shift_q-2.c} | 2 +- gcc/testsuite/gcc.target/i386/cond_op_shift_ud-1.c | 10 ++++ ...{cond_op_maxmin_ud-2.c => cond_op_shift_ud-2.c} | 2 +- gcc/testsuite/gcc.target/i386/cond_op_shift_uq-1.c | 10 ++++ ...{cond_op_maxmin_uq-2.c => cond_op_shift_uq-2.c} | 2 +- gcc/testsuite/gcc.target/i386/cond_op_shift_uw-1.c | 8 ++++ ...{cond_op_maxmin_uw-2.c => cond_op_shift_uw-2.c} | 2 +- gcc/testsuite/gcc.target/i386/cond_op_shift_w-1.c | 8 ++++ .../{cond_op_maxmin_w-2.c => cond_op_shift_w-2.c} | 2 +- 14 files changed, 185 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_d-1.c copy gcc/testsuite/gcc.target/i386/{cond_op_addsubmul_d-2.c => cond_op_shift_d-2.c} (56%) create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_q-1.c copy gcc/testsuite/gcc.target/i386/{cond_op_maxmin_q-2.c => cond_op_shift_q-2.c} (81%) create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_ud-1.c copy gcc/testsuite/gcc.target/i386/{cond_op_maxmin_ud-2.c => cond_op_shift_ud-2.c} (82%) create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_uq-1.c copy gcc/testsuite/gcc.target/i386/{cond_op_maxmin_uq-2.c => cond_op_shift_uq-2.c} (82%) create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_uw-1.c copy gcc/testsuite/gcc.target/i386/{cond_op_maxmin_uw-2.c => cond_op_shift_uw-2.c} (86%) create mode 100644 gcc/testsuite/gcc.target/i386/cond_op_shift_w-1.c copy gcc/testsuite/gcc.target/i386/{cond_op_maxmin_w-2.c => cond_op_shift_w-2.c} (86%)