This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 20131c1cb58 Daily bump. new fe0692f689a Add new microarchitecture tune for SRF/GRR/CWF. new 9b7d5ecbecf 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 | 14 ++++++++++++- 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, 77 insertions(+), 14 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