This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8a260d652c4 testsuite: fix failing complex add testcases PR103000 new 68b48f3f4c4 middle-end: Teach CSE to be able to do vector extracts. new 1d5c43db79b AArch64: Add better costing for vector constants and operations
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 | 30 +++++-- gcc/config/aarch64/aarch64-simd.md | 10 ++- gcc/config/aarch64/aarch64.c | 38 ++++++++- gcc/config/arm/aarch-common-protos.h | 3 + gcc/config/arm/aarch-cost-tables.h | 30 +++++-- gcc/cse.c | 80 ++++++++++++++---- gcc/rtl.h | 7 ++ gcc/simplify-rtx.c | 22 +++++ .../gcc.target/aarch64/vect-cse-codegen.c | 97 ++++++++++++++++++++++ 9 files changed, 279 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/vect-cse-codegen.c