This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9f3b5c23142 PR modula2/116181 fix ODR warnings for C/m2 interface libra [...] new 75e852b49fc LoongArch: Use iorn and andn standard pattern names. new 0498f8bda1d LoongArch: Drop vcond{,u} expanders. new 7bf4cd48d44 LoongArch: Provide ashr lshr and ashl RTL pattern for vectors.
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 | 47 +------ gcc/config/loongarch/loongarch-builtins.cc | 10 +- gcc/config/loongarch/loongarch.md | 9 +- gcc/config/loongarch/lsx.md | 41 +----- gcc/config/loongarch/simd.md | 13 +- .../g++.target/loongarch/vect-ashr-lshr.C | 147 +++++++++++++++++++++ .../gcc.target/loongarch/lasx-andn-iorn.c | 11 ++ gcc/testsuite/gcc.target/loongarch/lsx-andn-iorn.c | 28 ++++ 8 files changed, 214 insertions(+), 92 deletions(-) create mode 100644 gcc/testsuite/g++.target/loongarch/vect-ashr-lshr.C create mode 100644 gcc/testsuite/gcc.target/loongarch/lasx-andn-iorn.c create mode 100644 gcc/testsuite/gcc.target/loongarch/lsx-andn-iorn.c