This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 55aa130ef11 rs6000: Fix constraint v with rs6000_constraints[RS6000_CON [...] new 1e69bc81027 Optimize movzwl + vmovd/vmovq to vmovw.
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 | 94 ++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr104915-vmovd.c | 25 +++++++ gcc/testsuite/gcc.target/i386/pr104915-vmovw.c | 45 ++++++++++++ 3 files changed, 164 insertions(+) create mode 100644 gcc/testsuite/gcc.target/i386/pr104915-vmovd.c create mode 100644 gcc/testsuite/gcc.target/i386/pr104915-vmovw.c