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_build/master-arm in repository toolchain/ci/gcc.
from 6877993c4da Add alias disambiguation for vectorizer load/store IFNs adds f4ed610d02a MAINTAINERS: Add myself as Ada front end co-maintainer adds bd9837bc3ca Teach VN about masked/len stores adds dc477ffb4ab tree-optimization/106378 - DSE of LEN_STORE and MASK_STORE adds 375668e0508 tree-optimization/106379 - add missing ~(a ^ b) folding for _Bool adds 9a52d6871a2 Revert "forwprop: Use lhs type instead of arg0 in folding V [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 2 +- gcc/match.pd | 6 + gcc/testsuite/gcc.dg/pr106379-1.c | 9 + gcc/testsuite/gcc.target/i386/vec-maskstore-vn.c | 30 +++ gcc/tree-ssa-dse.cc | 55 ++++- gcc/tree-ssa-forwprop.cc | 2 +- gcc/tree-ssa-sccvn.cc | 255 ++++++++++++++++++----- 7 files changed, 296 insertions(+), 63 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr106379-1.c create mode 100644 gcc/testsuite/gcc.target/i386/vec-maskstore-vn.c