This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 53fcd3bdbc9 [irange] Return FALSE if updated bitmask is unchanged [PR110753]
new 4123b5609da i386: Use PUNPCKL?? to implement vector extend and zero_ext [...]
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/i386-expand.cc | 41 ++++++++++++++++-
gcc/config/i386/i386-protos.h | 1 +
gcc/config/i386/mmx.md | 24 ++++++++--
gcc/config/i386/sse.md | 27 +++++++++--
gcc/testsuite/gcc.target/i386/pr111023-2.c | 52 ++++++++++++++++++++++
.../i386/{pr92658-sse4-4b.c => pr111023-4b.c} | 17 ++-----
gcc/testsuite/gcc.target/i386/pr111023-8b.c | 31 +++++++++++++
gcc/testsuite/gcc.target/i386/pr111023.c | 49 ++++++++++++++++++++
8 files changed, 221 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr111023-2.c
copy gcc/testsuite/gcc.target/i386/{pr92658-sse4-4b.c => pr111023-4b.c} (53%)
create mode 100644 gcc/testsuite/gcc.target/i386/pr111023-8b.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr111023.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.