This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8ca85e95dac tree-optimization/121194 - check LC PHIs can be vectorized new f87b632f98d aarch64: NFC - Make vec_* rtx costing logic consistent new d14a5db1247 aarch64: Avoid INS-(W|X)ZR instructions when optimising for speed
The 2 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-cost-tables.h | 54 +++++++++++----------- gcc/config/aarch64/aarch64-simd.md | 5 +- gcc/config/aarch64/aarch64.cc | 33 +++++++------ gcc/config/arm/aarch-cost-tables.h | 36 +++++++-------- gcc/testsuite/gcc.target/aarch64/inszero_split_1.c | 18 ++++++++ gcc/testsuite/gcc.target/aarch64/simd/mf8_data_1.c | 10 ++++ gcc/testsuite/gcc.target/aarch64/vec-set-zero.c | 2 +- 7 files changed, 98 insertions(+), 60 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/inszero_split_1.c