This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 85e91ad55a6 tree-optimization/103458 - avoid creating new loops in CD-DCE new 9519b694afb Fix regression introduced by r12-5536. new 11d0a2af339 Optimize _Float16 usage for non AVX512FP16.
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.c | 7 +-- gcc/config/i386/i386.md | 57 +++++++++++++++------- gcc/config/i386/sse.md | 8 +-- .../gcc.target/i386/avx512vl-vcvtps2ph-pr102811.c | 2 +- gcc/testsuite/gcc.target/i386/pr102811-2.c | 22 +++++++++ 5 files changed, 70 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr102811-2.c