This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0e32427e0a1 [InstCombine] add tests for add-to-xor commuted variants; NFC new 34a2ffb384e [X86][SSE] Add scheduling latency/throughput tests for SSE3 [...] new a7edbb9c32f [X86][SSE] Add scheduling latency/throughput tests for SSSE [...]
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: test/CodeGen/X86/sse3-schedule.ll | 455 ++++++++++++++++++++++ test/CodeGen/X86/ssse3-schedule.ll | 754 +++++++++++++++++++++++++++++++++++++ 2 files changed, 1209 insertions(+) create mode 100644 test/CodeGen/X86/sse3-schedule.ll create mode 100644 test/CodeGen/X86/ssse3-schedule.ll