This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7fcc22dae70 i386: Fix wrong result for AMX-TILE intrinsic when parsing [...] new 3fd0723f0a3 i386: Auto vectorize sdot_prod, usdot_prod with VNNI instruction.
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/sse.md | 64 ++++++++++++++++--- .../gcc.target/i386/vnni-auto-vectorize-1.c | 30 +++++++++ .../gcc.target/i386/vnni-auto-vectorize-2.c | 72 ++++++++++++++++++++++ 3 files changed, 158 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/vnni-auto-vectorize-1.c create mode 100644 gcc/testsuite/gcc.target/i386/vnni-auto-vectorize-2.c