This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fcc344502c5 [JumpThread] We want to fold (not thread) when all predeces [...] new 0acacafc714 [InstCombine] add tests for not-xor and remove redundant te [...] new f8b00dbd599 [X86][SSE] Add scheduling latency/throughput tests for (mos [...]
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/sse42-schedule.ll | 477 ++++++++++++++++++++++++++++++ test/Transforms/InstCombine/and-or-not.ll | 147 +++++++++ test/Transforms/InstCombine/or-to-xor.ll | 55 ---- 3 files changed, 624 insertions(+), 55 deletions(-) create mode 100644 test/CodeGen/X86/sse42-schedule.ll delete mode 100644 test/Transforms/InstCombine/or-to-xor.ll