This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 929f2cf4105 gcov: check return code of a fclose new eb55b5b0df2 aarch64: Fix a typo new 315a1c3756c vect: Tweak dump messages for vector mode choice new 5a1017dc305 vect: Tweak comparisons with existing epilogue loops new 1d65c9d2519 aarch64: Don't include vec_select element in SIMD multiply cost new 63834c84d43 aarch64: Don't include vec_select high-half in SIMD multiply cost
The 5 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/aarch64/aarch64.c | 58 ++++++++++--- gcc/rtlanal.c | 19 +++++ gcc/rtlanal.h | 4 + .../gcc.target/aarch64/sve/cost_model_12.c | 19 +++++ .../gcc.target/aarch64/vmul_element_cost.c | 94 ++++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/vmul_high_cost.c | 85 +++++++++++++++++++ gcc/tree-vect-loop.c | 21 ++++- 7 files changed, 288 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/cost_model_12.c create mode 100644 gcc/testsuite/gcc.target/aarch64/vmul_element_cost.c create mode 100644 gcc/testsuite/gcc.target/aarch64/vmul_high_cost.c