This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7085fc55d30 [AArch64] Make more use of function_abi new 59df56a32fd [AArch64][SVE] Utilize ASRD instruction for division and remainder
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/ChangeLog | 13 ++++ gcc/config/aarch64/aarch64-sve.md | 41 +++++++++++++ gcc/config/aarch64/iterators.md | 1 + gcc/doc/md.texi | 11 ++++ gcc/doc/sourcebuild.texi | 4 ++ gcc/internal-fn.def | 2 + gcc/optabs.def | 1 + gcc/testsuite/ChangeLog | 7 +++ gcc/testsuite/gcc.dg/vect/vect-sdiv-pow2-1.c | 79 +++++++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/sve/asrdiv_1.c | 51 ++++++++++++++++ gcc/testsuite/lib/target-supports.exp | 8 +++ gcc/tree-vect-patterns.c | 32 +++++++++- 12 files changed, 249 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.dg/vect/vect-sdiv-pow2-1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/asrdiv_1.c