This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 102d78ca396 [DWARF] - Refactoring: localize handling of relocations in [...] new 3b883555dda X86 memcpy: use REPMOVSB instead of REPMOVS{Q,D,W} for inli [...] new f3a411fb406 add more tests new e5aaed5aca3 Rename FastString flag. new 69190edbb93 use repmovsb when optimizing forminsize new dd8a354ad6c add 32 bit tests new 2ad0ec07361 add skylake new de3d17e6c24 typo
The 7 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: lib/Target/X86/X86.td | 11 +++++++ lib/Target/X86/X86InstrInfo.td | 1 + lib/Target/X86/X86SelectionDAGInfo.cpp | 46 ++++++++++++++++++++++------ lib/Target/X86/X86Subtarget.cpp | 1 + lib/Target/X86/X86Subtarget.h | 4 +++ test/CodeGen/X86/memcpy-struct-by-value.ll | 48 ++++++++++++++++++++++++++++++ 6 files changed, 102 insertions(+), 9 deletions(-) create mode 100644 test/CodeGen/X86/memcpy-struct-by-value.ll