This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 33bc70e64dc [X86] Remove some unnecessary patterns for truncate with X8 [...] new bbbe81ad6ad [X86][Skylake] Adding the scheduling information for the Sk [...]
The 1 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 | 5 +- lib/Target/X86/X86SchedSkylakeClient.td | 4011 +++++++++++++++++++++++++++++++ lib/Target/X86/X86Schedule.td | 1 + test/CodeGen/X86/aes-schedule.ll | 28 +- test/CodeGen/X86/avx-schedule.ll | 302 +-- test/CodeGen/X86/avx2-schedule.ll | 266 +- test/CodeGen/X86/bmi2-schedule.ll | 208 +- test/CodeGen/X86/f16c-schedule.ll | 20 +- test/CodeGen/X86/fma-schedule.ll | 128 +- test/CodeGen/X86/recip-fastmath.ll | 118 +- test/CodeGen/X86/recip-fastmath2.ll | 139 +- test/CodeGen/X86/sse-schedule.ll | 172 +- test/CodeGen/X86/sse2-schedule.ll | 322 +-- test/CodeGen/X86/sse3-schedule.ll | 30 +- test/CodeGen/X86/sse41-schedule.ll | 98 +- test/CodeGen/X86/sse42-schedule.ll | 26 +- test/CodeGen/X86/ssse3-schedule.ll | 26 +- 17 files changed, 5047 insertions(+), 853 deletions(-) create mode 100755 lib/Target/X86/X86SchedSkylakeClient.td