This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from c02a1f7b982 Daily bump. new e9eadc29c1c Add new microarchitecture tune for SRF/GRR/CWF. new eecd5f8ce17 Add a new tune avx256_avoid_vec_perm for SRF.
The 2 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/i386-expand.cc | 24 +++++++++++----------- gcc/config/i386/i386.cc | 5 +++++ gcc/config/i386/i386.h | 4 ++++ gcc/config/i386/x86-tune.def | 15 +++++++++++++- .../gcc.target/i386/avx256_avoid_vec_perm.c | 22 ++++++++++++++++++++ .../gcc.target/i386/sse_movcc_use_blendv.c | 12 +++++++++++ 6 files changed, 69 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/avx256_avoid_vec_perm.c create mode 100644 gcc/testsuite/gcc.target/i386/sse_movcc_use_blendv.c