This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7c9394e84c5 Handle mixing REALPART/IMAGPART with other components in SL [...] new 87217bea3aa SVE intrinsics: Refactor const_binop to allow constant fold [...] new ee8b7231b03 SVE intrinsics: Fold constant operands for svdiv. new 6b1cf59e90d SVE intrinsics: Fold constant operands for svmul.
The 3 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 | 26 +- gcc/config/aarch64/aarch64-sve-builtins.cc | 43 +++ gcc/config/aarch64/aarch64-sve-builtins.h | 1 + gcc/fold-const.cc | 189 ++++++----- gcc/fold-const.h | 5 + .../gcc.target/aarch64/sve/const_fold_div_1.c | 358 +++++++++++++++++++++ .../gcc.target/aarch64/sve/const_fold_mul_1.c | 302 +++++++++++++++++ 7 files changed, 831 insertions(+), 93 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/const_fold_div_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/const_fold_mul_1.c