This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 00c1a2374f1 [PowerPC] add tests for FMF propagation; NFC new c9b68352598 [X86] Split WriteVecShift/WriteVarVecShift into MMX, XMM an [...]
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 | 16 +- lib/Target/X86/X86InstrMMX.td | 29 ++- lib/Target/X86/X86InstrSSE.td | 39 ++-- lib/Target/X86/X86InstrXOP.td | 12 +- lib/Target/X86/X86SchedBroadwell.td | 76 ++------ lib/Target/X86/X86SchedHaswell.td | 88 ++------- lib/Target/X86/X86SchedSandyBridge.td | 47 +---- lib/Target/X86/X86SchedSkylakeClient.td | 84 ++------- lib/Target/X86/X86SchedSkylakeServer.td | 320 ++------------------------------ lib/Target/X86/X86Schedule.td | 29 ++- lib/Target/X86/X86ScheduleAtom.td | 5 + lib/Target/X86/X86ScheduleBtVer2.td | 5 + lib/Target/X86/X86ScheduleSLM.td | 10 +- lib/Target/X86/X86ScheduleZnver1.td | 7 +- test/CodeGen/X86/avx2-schedule.ll | 52 +++--- test/CodeGen/X86/avx512-intrinsics.ll | 4 +- test/CodeGen/X86/avx512vl-intrinsics.ll | 16 +- test/CodeGen/X86/xop-schedule.ll | 56 +++--- 18 files changed, 234 insertions(+), 661 deletions(-)