This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fd89485e3cb [AArch64] Don't produce R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC new 7c95150df80 [X86][SSE] Use WriteFShuffleLd for MOVDDUP/MOVSHDUP/MOVSLDU [...] new ead876539dc [LTO/gold] Support --wrap
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: lib/Target/X86/X86InstrSSE.td | 9 ++-- test/CodeGen/X86/avx-schedule.ll | 6 +-- test/CodeGen/X86/sse3-schedule.ll | 27 ++++++----- .../Inputs/wrap-bar.ll} | 8 +++- test/tools/gold/X86/{v1.12 => v1.16}/lit.local.cfg | 6 +-- test/tools/gold/X86/v1.16/wrap-1.ll | 42 +++++++++++++++++ test/tools/gold/X86/v1.16/wrap-2.ll | 55 ++++++++++++++++++++++ tools/gold/gold-plugin.cpp | 48 +++++++++++++++++++ 8 files changed, 177 insertions(+), 24 deletions(-) copy test/tools/gold/X86/{Inputs/global_with_section.ll => v1.16/Inputs/wrap-bar.l [...] copy test/tools/gold/X86/{v1.12 => v1.16}/lit.local.cfg (81%) create mode 100644 test/tools/gold/X86/v1.16/wrap-1.ll create mode 100644 test/tools/gold/X86/v1.16/wrap-2.ll