This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from ac34de574fe Daily bump. new ee46a136fa8 LoongArch: Move vector templates of and xor ior to simd.md. new 08be034b67d LoongArch: Fix bug for PR122097. new 1352498c69e 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 | 71 +++++++ gcc/testsuite/gcc.target/loongarch/pr122097.c | 271 ++++++++++++++++++++++++++ 5 files changed, 434 insertions(+), 114 deletions(-) create mode 100644 gcc/testsuite/gcc.target/loongarch/pr122097.c