This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 008f4510d7c Daily bump. new e311dd13a9a SVE intrinsics: Fold svdiv with all-zero operands to zero vector
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/aarch64/aarch64-sve-builtins-base.cc | 29 +- .../gcc.target/aarch64/sve/const_fold_div_1.c | 12 +- .../gcc.target/aarch64/sve/fold_div_zero.c | 369 +++++++++++++++++++++ 3 files changed, 393 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/fold_div_zero.c