This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from df9a25384e6 RISC-V: Fix VLS floating-point operations predicate new 35adc54b55a LoongArch: Use LSX and LASX for block move new c0bb7a6f39e LoongArch: Slightly simplify loongarch_block_move_straight
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/loongarch/loongarch.cc | 27 ++++++++++++++++------ gcc/config/loongarch/loongarch.h | 3 +++ .../loongarch/{pr109465-1.c => memcpy-vec-1.c} | 6 +++-- gcc/testsuite/gcc.target/loongarch/memcpy-vec-2.c | 12 ++++++++++ gcc/testsuite/gcc.target/loongarch/memcpy-vec-3.c | 6 +++++ 5 files changed, 45 insertions(+), 9 deletions(-) copy gcc/testsuite/gcc.target/loongarch/{pr109465-1.c => memcpy-vec-1.c} (56%) create mode 100644 gcc/testsuite/gcc.target/loongarch/memcpy-vec-2.c create mode 100644 gcc/testsuite/gcc.target/loongarch/memcpy-vec-3.c