This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3ec0b7cd7ce arm, mve: Fix arm_mve_dlstp_check_dec_counter's use of single_pred new 485ab50c204 Add helpers to test whether an optab can be implemented new 0abb5fa523b Use can_implement_p in the vectoriser new ed6d0867fdb Extend expand_absneg_bit to vector modes
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: gcc/machmode.h | 10 +++ gcc/optabs-query.cc | 72 ++++++++++++++++ gcc/optabs-query.h | 4 + gcc/optabs-tree.cc | 3 +- gcc/optabs.cc | 53 +++++------- gcc/testsuite/gcc.target/aarch64/abs_bf_1.c | 10 +++ gcc/testsuite/gcc.target/aarch64/neg_bf_1.c | 11 +++ gcc/testsuite/gcc.target/aarch64/neg_bf_2.c | 10 +++ gcc/tree-vect-data-refs.cc | 2 +- gcc/tree-vect-generic.cc | 123 +++++++++++----------------- gcc/tree-vect-loop.cc | 2 +- gcc/tree-vect-patterns.cc | 34 +++----- gcc/tree-vect-stmts.cc | 64 ++++++--------- 13 files changed, 226 insertions(+), 172 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/abs_bf_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/neg_bf_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/neg_bf_2.c