This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 969a989d2bc Daily bump. adds c23a9c87cc6 Some additional zero-extension related optimizations in sim [...] adds 7baed397dd0 Support logical shifts by (some) integer constants in TImod [...] adds e6b011bcfd5 Improved pre-reload split of double word comparison against [...] adds fc6ef901734 PR target/47949: Use xchg to move from/to AX_REG with -Oz on x86.
No new revisions were added by this update.
Summary of changes: gcc/config/i386/i386-features.cc | 21 ++++++++++ gcc/config/i386/i386.md | 21 ++++++++++ gcc/simplify-rtx.cc | 60 ++++++++++++++++++++++++++-- gcc/testsuite/gcc.target/i386/pr47949.c | 15 +++++++ gcc/testsuite/gcc.target/i386/sse4_1-stv-7.c | 18 +++++++++ 5 files changed, 132 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr47949.c create mode 100644 gcc/testsuite/gcc.target/i386/sse4_1-stv-7.c