This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8718727509b x86: Implement Fast-Math Float Truncation to BF16 via PSRLD [...] new 9c8cea8feb6 Add new microarchitecture tune for SRF/GRR/CWF. new 9eaecce3d8c 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