This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr68991/master in repository gcc.
discards 0790736 Don't use Bm constraint in SSE *mov<mode>_internal discards 62abaa6 Revert "Revert "Disable ix86_legitimate_combined_insn"" discards ff21f77 Revert "Restore nonimmediate_or_sse_const_operand" discards 375002b Revert "Disable ix86_legitimate_combined_insn" discards e74efb9 Fix vector_memory_operand discards 35d9d25 Verify alignment in *mov<mode>_internal discards b0f6cc7 Restore nonimmediate_or_sse_const_operand discards 02d9b0a Disable ix86_legitimate_combined_insn discards a012f31 Use vector_operand on non-move SSE with 16b memory operand discards 151e30d Add vector_operand discards fd68395 Add vector_memory_operand and "Bm" constraint new d9d7d1e Add vector_memory_operand and "Bm" constraint new 2b62fe7 Add vector_operand new ac25ff4 Use vector_operand on SSE with 16b memory operand new ca22b44 Don't use Bm constraint in SSE *mov<mode>_internal new 00a4b07 Disable ix86_legitimate_combined_insn new f5f8909 Verify alignment in *mov<mode>_internal
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (0790736) \ N -- N -- N refs/heads/hjl/pr68991/master (f5f8909)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 6 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 | 4 ++++ gcc/testsuite/g++.dg/pr68991-1.C | 16 ++++++++-------- gcc/testsuite/g++.dg/pr68991-2.C | 16 ++++++++-------- gcc/testsuite/gcc.target/i386/pr68991.c | 32 ++++++++++++++++++++++++++++++++ 4 files changed, 52 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr68991.c