This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ac95aa53619 [AMDGPU][Waitcnt] Remove the old waitcnt pass new d1ce206367a [X86] Split WriteFDiv schedule classes to support single/do [...]
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/X86InstrAVX512.td | 94 +++++++++++----------- lib/Target/X86/X86InstrSSE.td | 78 +++++++++--------- lib/Target/X86/X86SchedBroadwell.td | 63 +++------------ lib/Target/X86/X86SchedHaswell.td | 83 +++---------------- lib/Target/X86/X86SchedSandyBridge.td | 71 +++------------- lib/Target/X86/X86SchedSkylakeClient.td | 49 ++++------- lib/Target/X86/X86SchedSkylakeServer.td | 77 ++++-------------- lib/Target/X86/X86Schedule.td | 26 ++++-- lib/Target/X86/X86ScheduleAtom.td | 26 ++---- lib/Target/X86/X86ScheduleBtVer2.td | 6 ++ lib/Target/X86/X86ScheduleSLM.td | 68 ++-------------- lib/Target/X86/X86ScheduleZnver1.td | 18 +++-- test/CodeGen/X86/avx512-schedule.ll | 10 +-- test/CodeGen/X86/recip-fastmath.ll | 2 +- test/CodeGen/X86/x87-schedule.ll | 48 +++++------ test/tools/llvm-mca/X86/SLM/resources-x87.s | 66 +++++++-------- .../tools/llvm-mca/X86/SandyBridge/resources-x87.s | 34 ++++---- 17 files changed, 286 insertions(+), 533 deletions(-)