This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from f1ba6a819de gimple-fold: Preserve location in gimple_fold_builtin_memset adds ed3de62ac94 middle-end: Update the Arm complex numbers auto-vec detecti [...] adds 4045d5fa42f middle-end: Add target independent tests for Arm complex nu [...] adds b8ef019ab93 handle retslot in modref adds cb596fd4366 Perform on-entry propagation after range_of_stmt on a gcond.
No new revisions were added by this update.
Summary of changes: gcc/gimple-range-cache.h | 4 +- gcc/gimple-range.cc | 12 +- gcc/gimple.c | 41 ++- gcc/gimple.h | 1 + gcc/ipa-modref.c | 145 +++++--- gcc/ipa-modref.h | 1 + gcc/testsuite/gcc.dg/pr102983.c | 21 ++ .../vect/complex/bb-slp-complex-add-pattern-byte.c | 12 - .../vect/complex/bb-slp-complex-add-pattern-int.c | 8 +- .../vect/complex/bb-slp-complex-add-pattern-long.c | 7 +- .../complex/bb-slp-complex-add-pattern-short.c | 8 +- .../bb-slp-complex-add-pattern-unsigned-byte.c | 12 - .../bb-slp-complex-add-pattern-unsigned-int.c | 8 +- .../bb-slp-complex-add-pattern-unsigned-long.c | 8 +- .../bb-slp-complex-add-pattern-unsigned-short.c | 8 +- .../complex/fast-math-bb-slp-complex-add-double.c | 8 +- .../complex/fast-math-bb-slp-complex-add-float.c | 8 +- .../fast-math-bb-slp-complex-add-half-float.c | 1 + .../fast-math-bb-slp-complex-add-pattern-double.c | 8 +- .../fast-math-bb-slp-complex-add-pattern-float.c | 8 +- ...st-math-bb-slp-complex-add-pattern-half-float.c | 8 +- .../complex/fast-math-bb-slp-complex-mla-double.c | 2 + .../complex/fast-math-bb-slp-complex-mla-float.c | 5 +- .../fast-math-bb-slp-complex-mla-half-float.c | 3 + .../complex/fast-math-bb-slp-complex-mls-double.c | 6 +- .../complex/fast-math-bb-slp-complex-mls-float.c | 6 +- .../fast-math-bb-slp-complex-mls-half-float.c | 5 +- .../complex/fast-math-bb-slp-complex-mul-double.c | 2 + .../complex/fast-math-bb-slp-complex-mul-float.c | 4 + .../fast-math-bb-slp-complex-mul-half-float.c | 3 + .../vect/complex/fast-math-complex-add-double.c | 7 +- .../vect/complex/fast-math-complex-add-float.c | 7 +- .../complex/fast-math-complex-add-half-float.c | 5 +- .../complex/fast-math-complex-add-pattern-double.c | 8 +- .../complex/fast-math-complex-add-pattern-float.c | 8 +- .../fast-math-complex-add-pattern-half-float.c | 9 +- .../vect/complex/fast-math-complex-mla-double.c | 2 + .../vect/complex/fast-math-complex-mla-float.c | 2 + .../complex/fast-math-complex-mla-half-float.c | 3 +- .../vect/complex/fast-math-complex-mls-double.c | 7 +- .../vect/complex/fast-math-complex-mls-float.c | 7 +- .../complex/fast-math-complex-mls-half-float.c | 6 +- .../vect/complex/fast-math-complex-mul-double.c | 3 +- .../vect/complex/fast-math-complex-mul-float.c | 3 +- .../complex/fast-math-complex-mul-half-float.c | 3 +- .../vect/complex/vect-complex-add-pattern-byte.c | 7 +- .../vect/complex/vect-complex-add-pattern-int.c | 7 +- .../vect/complex/vect-complex-add-pattern-long.c | 7 +- .../vect/complex/vect-complex-add-pattern-short.c | 7 +- .../vect-complex-add-pattern-unsigned-byte.c | 7 +- .../vect-complex-add-pattern-unsigned-int.c | 7 +- .../vect-complex-add-pattern-unsigned-long.c | 7 +- .../vect-complex-add-pattern-unsigned-short.c | 7 +- gcc/tree-ssa-structalias.c | 29 +- gcc/tree-vect-slp-patterns.c | 367 +++++++-------------- 55 files changed, 500 insertions(+), 405 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr102983.c delete mode 100644 gcc/testsuite/gcc.dg/vect/complex/bb-slp-complex-add-pattern-byte.c delete mode 100644 gcc/testsuite/gcc.dg/vect/complex/bb-slp-complex-add-pattern-un [...]