This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from 419c6c68e60 Daily bump. adds a56c251898e Support logic shift left/right for avx512 mask type. new a6291d88d5b Remove pass_cpb which is related to enable avx512 embedded [...]
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/i386/constraints.md | 10 ++ gcc/config/i386/i386-expand.c | 36 ++++- gcc/config/i386/i386-features.c | 157 +------------------- gcc/config/i386/i386-passes.def | 1 - gcc/config/i386/i386-protos.h | 1 - gcc/config/i386/i386.md | 162 ++++++++++++++++++--- gcc/config/i386/sse.md | 14 ++ .../gcc.target/i386/fuse-caller-save-xmm.c | 2 +- gcc/testsuite/gcc.target/i386/mask-shift.c | 83 +++++++++++ 9 files changed, 279 insertions(+), 187 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/mask-shift.c