This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 625e002396f i386: Combine splitters followup [PR96226] new 3e2ae3ee285 X86_64: Enable support for next generation AMD Zen3 CPU.
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/common/config/i386/cpuinfo.h | 17 ++ gcc/common/config/i386/i386-common.c | 16 +- gcc/common/config/i386/i386-cpuinfo.h | 2 + gcc/config.gcc | 10 +- gcc/config/i386/driver-i386.c | 5 + gcc/config/i386/i386-c.c | 7 + gcc/config/i386/i386-options.c | 4 +- gcc/config/i386/i386.c | 5 +- gcc/config/i386/i386.h | 2 + gcc/config/i386/i386.md | 2 +- gcc/config/i386/x86-tune-sched.c | 2 + gcc/config/i386/x86-tune.def | 2 +- gcc/config/i386/znver1.md | 353 +++++++++++++++++--------- gcc/doc/extend.texi | 6 + gcc/doc/invoke.texi | 7 + gcc/testsuite/g++.target/i386/mv29.C | 79 ++++++ gcc/testsuite/gcc.target/i386/funcspec-56.inc | 6 + 17 files changed, 397 insertions(+), 128 deletions(-) create mode 100644 gcc/testsuite/g++.target/i386/mv29.C