This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 078f7c4f1fc [PATCH] RISC-V: override alignment of function/jump/loop new 90e38c4ffad SVE intrinsics: Add constant folding for svindex. new fc40202c1ac SVE intrinsics: Fold division and multiplication by -1 to neg
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/aarch64/aarch64-sve-builtins-base.cc | 87 +++++++++++++++++++--- .../gcc.target/aarch64/sve/acle/asm/div_s32.c | 59 +++++++++++++++ .../gcc.target/aarch64/sve/acle/asm/mul_s16.c | 5 +- .../gcc.target/aarch64/sve/acle/asm/mul_s32.c | 46 +++++++++++- .../gcc.target/aarch64/sve/acle/asm/mul_s64.c | 5 +- .../gcc.target/aarch64/sve/acle/asm/mul_s8.c | 7 +- .../gcc.target/aarch64/sve/div_const_run.c | 10 ++- .../gcc.target/aarch64/sve/index_const_fold.c | 35 +++++++++ .../gcc.target/aarch64/sve/mul_const_run.c | 10 ++- 9 files changed, 236 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/index_const_fold.c