This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b285bebe6ad i386: Optimize popcnt followed by zero/sign extension [PR91824] new d37c81f476c i386: Optimize {,v}{,p}movmsk{b,ps,pd} followed by sign 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/ChangeLog | 14 ++++++ gcc/config/i386/sse.md | 55 +++++++++++++++++++---- gcc/testsuite/ChangeLog | 3 ++ gcc/testsuite/gcc.target/i386/pr91824-2.c | 73 +++++++++++++++++++++++++++++++ 4 files changed, 137 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr91824-2.c