This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 855d0272358 Daily bump. new 705a4b8fa4a LoongArch: Move vector templates of and xor ior to simd.md. new c1227742171 LoongArch: Fix bug for PR122097. new 1dee644fec4 LoongArch: Fix PR122097 (2).
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/config/loongarch/lasx.md | 53 ----- gcc/config/loongarch/loongarch.cc | 100 +++++++++- gcc/config/loongarch/lsx.md | 53 ----- gcc/config/loongarch/simd.md | 74 +++++++ gcc/testsuite/gcc.target/loongarch/pr122097.c | 271 ++++++++++++++++++++++++++ 5 files changed, 437 insertions(+), 114 deletions(-) create mode 100644 gcc/testsuite/gcc.target/loongarch/pr122097.c