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 6d7071776e0 Daily bump. new f9da2663f50 Add UNSPEC_MASKOP to kupck<mode> instructions in sse.md on x86. new 43c2505b31a Fix issue with x86_64_const_vector_operand predicate on x86. new 2907bfc3412 PR target/106231: Optimize (any_extend:DI (ctz:SI ...)) on x86_64.
The 3 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/i386.md | 60 ++++++++++++++++++++++++++++++ gcc/config/i386/predicates.md | 4 ++ gcc/config/i386/sse.md | 36 +++++++++++------- gcc/testsuite/gcc.target/i386/pr106231-1.c | 8 ++++ gcc/testsuite/gcc.target/i386/pr106231-2.c | 8 ++++ 5 files changed, 102 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr106231-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr106231-2.c