This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 419c6c68e60 Daily bump. new a56c251898e Support logic shift left/right for avx512 mask type.
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.md | 162 ++++++++++++++++++++++++----- gcc/config/i386/sse.md | 14 +++ gcc/testsuite/gcc.target/i386/mask-shift.c | 83 +++++++++++++++ 4 files changed, 245 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/mask-shift.c