This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 14e5881e3777 simplify-rtx: Punt for modes with precision above MAX_BITS [...] new 5d782a8d909c i386: prefer vpermilpd over vpermpd [PR93395]
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 | 7 + gcc/config/i386/sse.md | 312 +++++++++++---------- gcc/testsuite/ChangeLog | 6 + .../gcc.target/i386/avx512vl-vpermilpdi-1.c | 4 +- gcc/testsuite/gcc.target/i386/pr93395.c | 44 +++ 5 files changed, 217 insertions(+), 156 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr93395.c