This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4a136a214ed c++: Fix ICE with lambda in operator function [PR93597] new 88ec0e8dbe6 Unify gcc.target/i386/memcpy scan strings. new b65a1eb3fae aarch64: Add an extra sbfiz pattern [PR87763] new bba0c624c8b aarch64: Add an and/ior-based movk pattern [PR87763]
The 3 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 | 12 ++++ gcc/config/aarch64/aarch64-protos.h | 1 + gcc/config/aarch64/aarch64.c | 24 +++++++ gcc/config/aarch64/aarch64.md | 32 +++++++++ gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.target/aarch64/movk_2.c | 78 ++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/memcpy-strategy-1.c | 3 +- gcc/testsuite/gcc.target/i386/memcpy-strategy-2.c | 3 +- gcc/testsuite/gcc.target/i386/memcpy-strategy-3.c | 5 +- .../gcc.target/i386/memcpy-vector_loop-1.c | 3 +- 10 files changed, 156 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/movk_2.c