This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 80e97ed5822 [MC] Modify MCAsmStreamer to always build MCAssembler. NFCI. new e43061bb3d9 [mips] Analyze and provide selection patterns microMIPSR6 branches new 1914c078e33 [X86][AVX] Split WriteFLogic into XMM and YMM/ZMM scheduler [...]
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: lib/Target/Mips/MicroMips32r6InstrInfo.td | 34 +++++++++++++++++++++ lib/Target/Mips/MipsSEInstrInfo.cpp | 16 +++++++++- lib/Target/X86/X86InstrAVX512.td | 50 +++++++++++++++++++------------ lib/Target/X86/X86InstrSSE.td | 17 ++++++----- lib/Target/X86/X86SchedBroadwell.td | 15 +++------- lib/Target/X86/X86SchedHaswell.td | 15 +++------- lib/Target/X86/X86SchedSandyBridge.td | 13 ++------ lib/Target/X86/X86SchedSkylakeClient.td | 15 +++------- lib/Target/X86/X86SchedSkylakeServer.td | 29 ++---------------- lib/Target/X86/X86Schedule.td | 5 ++-- lib/Target/X86/X86ScheduleAtom.td | 1 + lib/Target/X86/X86ScheduleBtVer2.td | 39 ++++++++++++------------ lib/Target/X86/X86ScheduleSLM.td | 1 + lib/Target/X86/X86ScheduleZnver1.td | 1 + test/CodeGen/Mips/longbranch.ll | 6 ++-- test/CodeGen/X86/avx512-schedule.ll | 16 +++++----- 16 files changed, 143 insertions(+), 130 deletions(-)