This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 14e355df305 Disables gimple folding for VSX_BUILTIN_XVMINDP, VSX_BUILTI [...] adds 1f3a33633dd Add loads/stores relative to static chain in ipa-modref adds 51152076338 tree-optimization/103102 - fix error in vectorizer refactoring adds 61a7f947cc0 [vect] Consider outside costs earlier for epilogue loops new 8fd2477ddc3 genmodes: Define NUM_MODE_* macros new 05783fe65d0 aarch64: LD3/LD4 post-modify costs for struct modes
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.c | 22 +++- gcc/expmed.h | 9 -- gcc/genmodes.c | 13 ++ gcc/ipa-modref-tree.c | 2 +- gcc/ipa-modref-tree.h | 71 +++++++---- gcc/ipa-modref.c | 152 +++++++++++++---------- gcc/real.h | 5 +- gcc/testsuite/gcc.dg/tree-ssa/modref-12.c | 16 +++ gcc/testsuite/gcc.target/aarch64/neoverse_v1_1.c | 15 +++ gcc/tree-ssa-alias.c | 12 +- gcc/tree-vect-loop.c | 134 ++++++++++++++------ gcc/tree-vectorizer.h | 3 +- 12 files changed, 307 insertions(+), 147 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-12.c create mode 100644 gcc/testsuite/gcc.target/aarch64/neoverse_v1_1.c