This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 67b10ee8721 testsuite: Fix name of PR116348 test case new f3bedc9a3b8 LoongArch: Simplify using bstr{ins,pick} instructions for and new 10e98638998 LoongArch: Improve reassociation for bitwise operation and [...]
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/constraints.md | 4 + gcc/config/loongarch/loongarch-protos.h | 2 + gcc/config/loongarch/loongarch.cc | 47 +++++ gcc/config/loongarch/loongarch.md | 213 +++++++++++++-------- gcc/config/loongarch/predicates.md | 8 +- .../gcc.target/loongarch/bitwise-shift-reassoc.c | 98 ++++++++++ .../gcc.target/loongarch/bstrpick_alsl_paired.c | 2 +- 7 files changed, 292 insertions(+), 82 deletions(-) create mode 100644 gcc/testsuite/gcc.target/loongarch/bitwise-shift-reassoc.c