This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 681b39081c3 [llvm-mca][x86] Add div/idiv, mul/imul and inc/dec/neg/nop [...] new 34a5efcdc51 [X86] Split WriteIDiv into div/idiv 8/16/32/64 implementati [...]
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/X86InstrArithmetic.td | 37 ++++++------- lib/Target/X86/X86SchedBroadwell.td | 11 +++- lib/Target/X86/X86SchedHaswell.td | 10 +++- lib/Target/X86/X86SchedSandyBridge.td | 11 +++- lib/Target/X86/X86SchedSkylakeClient.td | 11 +++- lib/Target/X86/X86SchedSkylakeServer.td | 11 +++- lib/Target/X86/X86Schedule.td | 11 +++- lib/Target/X86/X86ScheduleAtom.td | 32 ++++------- lib/Target/X86/X86ScheduleBtVer2.td | 54 +++++-------------- lib/Target/X86/X86ScheduleSLM.td | 10 +++- lib/Target/X86/X86ScheduleZnver1.td | 45 +++------------- test/CodeGen/X86/schedule-x86_64.ll | 28 +++++----- test/tools/llvm-mca/X86/Znver1/resources-x86_64.s | 66 +++++++++++------------ 13 files changed, 160 insertions(+), 177 deletions(-)