This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bb17c5030dc Convert ranger uses of real_inf to dconst[n]inf. new 5205f5b54ad i386: Fix conversion of move to/from AX_REG into xchg [PR106707] new d2694766dcf vect: Try to remove single-vector permutes from SLP graph
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.md | 4 +- gcc/testsuite/gcc.dg/vect/bb-slp-layout-18.c | 15 +++++++ gcc/testsuite/gcc.dg/vect/bb-slp-pr54400.c | 4 +- gcc/testsuite/gcc.target/i386/pr106707.c | 19 ++++++++ gcc/tree-vect-slp.cc | 67 ++++++++++++++++++---------- 5 files changed, 82 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-layout-18.c create mode 100644 gcc/testsuite/gcc.target/i386/pr106707.c