This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 820d1aec89c middle-end/110200 - genmatch force-leaf and convert interaction new e52be6034fa Add missing vec_pack/unpacks patterns for _Float16 <-> int/ [...]
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/config/i386/sse.md | 216 +++++++++++++++++++++++- gcc/testsuite/gcc.target/i386/vec_pack_fp16-1.c | 34 ++++ gcc/testsuite/gcc.target/i386/vec_pack_fp16-2.c | 9 + gcc/testsuite/gcc.target/i386/vec_pack_fp16-3.c | 8 + 4 files changed, 258 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/vec_pack_fp16-1.c create mode 100644 gcc/testsuite/gcc.target/i386/vec_pack_fp16-2.c create mode 100644 gcc/testsuite/gcc.target/i386/vec_pack_fp16-3.c