This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 48c6cac9cae Fortran/openmp: Fix '!$omp end' new 526e1639aa7 aarch64: Detect more consecutive MEMs new 15aba5a67c6 aarch64: Fold aarch64_sve_op_count into aarch64_vec_op_count new 26122469dff aarch64: Remove vectype from latency tests new 902b7c9e183 aarch64: Get floatness from stmt_info new 6756706ea63 aarch64: Use real scalar op counts new 1a5288fe3dc aarch64: Use an array of aarch64_vec_op_counts new a82ffd43619 aarch64: Move cycle estimation into aarch64_vec_op_count new 2e1886ea064 aarch64: Add vf_factor to aarch64_vec_op_count new c6c5c5ebaee aarch64: Use new hooks for vector comparisons new 87fcff96db6 aarch64: Remove redundant costing code
The 10 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 | 1057 +++++++++++++++--------------- gcc/testsuite/gcc.target/aarch64/stp_1.c | 29 + 2 files changed, 575 insertions(+), 511 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/stp_1.c