This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c0bb7a6f39e LoongArch: Slightly simplify loongarch_block_move_straight new f83d6fc2220 LoongArch: Optimized multiply instruction generation.
The 1 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.md | 66 ++++++++++++++-------- gcc/testsuite/gcc.target/loongarch/mulw_d_wu.c | 9 +++ .../gcc.target/loongarch/smuldi3_highpart.c | 13 +++++ .../gcc.target/loongarch/smulsi3_highpart.c | 15 +++++ .../gcc.target/loongarch/umulsi3_highpart.c | 14 +++++ 5 files changed, 94 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gcc.target/loongarch/mulw_d_wu.c create mode 100644 gcc/testsuite/gcc.target/loongarch/smuldi3_highpart.c create mode 100644 gcc/testsuite/gcc.target/loongarch/smulsi3_highpart.c create mode 100644 gcc/testsuite/gcc.target/loongarch/umulsi3_highpart.c