This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0036663aecd [X86] Fix the SchedRW for AVX512 shift instructions. new d9e6efc2fb5 [X86] Correct the throughput for divide instructions in San [...]
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/X86SchedBroadwell.td | 114 +++++++++++-------- lib/Target/X86/X86SchedHaswell.td | 74 +++++++------ lib/Target/X86/X86SchedSandyBridge.td | 42 +++---- lib/Target/X86/X86SchedSkylakeClient.td | 120 ++++++++++++++------ lib/Target/X86/X86SchedSkylakeServer.td | 188 +++++++++++++++++--------------- test/CodeGen/X86/avx-schedule.ll | 96 ++++++++-------- test/CodeGen/X86/avx512-schedule.ll | 12 +- test/CodeGen/X86/recip-fastmath.ll | 24 ++-- test/CodeGen/X86/sse-schedule.ll | 176 +++++++++++++++--------------- test/CodeGen/X86/sse2-schedule.ll | 176 +++++++++++++++--------------- 10 files changed, 560 insertions(+), 462 deletions(-)