This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 887797b5ea6 Fix vectorizable_conversion costs new b1051b65459 Don't assign a cost to vectorizable_assignment new f2a21e1468f * ipa.c (cgraph_build_static_cdtor): Pass optimization_def [...] new 8a40b667ec8 Avoid accounting for non-existent vector loop versioning new 1b2914c6db6 Account for the cost of generating loop masks
The 4 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/ChangeLog | 31 +++++++++++ gcc/ipa.c | 9 ++- gcc/testsuite/ChangeLog | 10 ++++ .../gcc.target/aarch64/sve/mask_struct_store_3.c | 2 +- .../aarch64/sve/mask_struct_store_3_run.c | 2 +- gcc/testsuite/gcc.target/aarch64/sve/peel_ind_2.c | 2 +- .../gcc.target/aarch64/sve/peel_ind_2_run.c | 2 +- gcc/testsuite/gcc.target/aarch64/sve/peel_ind_3.c | 2 +- .../gcc.target/aarch64/sve/peel_ind_3_run.c | 4 +- gcc/tree-vect-loop-manip.c | 3 +- gcc/tree-vect-loop.c | 64 ++++++++++++++++++---- gcc/tree-vect-slp.c | 2 + gcc/tree-vect-stmts.c | 27 ++++++++- gcc/tree-vectorizer.h | 12 ++++ 14 files changed, 151 insertions(+), 21 deletions(-)