This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 67c388f5a13 [X86] Synchronize the SchedRW on some EVEX instructions wit [...] new 19636dfbd89 [X86] Revert r329251-329254
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 | 149 ++++--- lib/Target/X86/X86InstrSSE.td | 2 +- lib/Target/X86/X86SchedBroadwell.td | 3 + lib/Target/X86/X86SchedHaswell.td | 3 + lib/Target/X86/X86SchedSandyBridge.td | 33 +- lib/Target/X86/X86SchedSkylakeClient.td | 2 + lib/Target/X86/X86SchedSkylakeServer.td | 3 + test/CodeGen/X86/avx-schedule.ll | 36 +- test/CodeGen/X86/avx512-schedule.ll | 110 +++--- test/CodeGen/X86/avx512-shuffle-schedule.ll | 440 ++++++++++----------- .../extractelement-legalization-store-ordering.ll | 23 +- test/CodeGen/X86/fp128-i128.ll | 18 +- test/CodeGen/X86/memcpy-2.ll | 364 +++++++---------- test/CodeGen/X86/misched-matrix.ll | 285 +++---------- test/CodeGen/X86/mmx-schedule.ll | 4 +- test/CodeGen/X86/pr31045.ll | 19 +- test/CodeGen/X86/pr34080.ll | 6 +- test/CodeGen/X86/schedule-x86-64-shld.ll | 4 +- test/CodeGen/X86/schedule-x86_64.ll | 72 ++-- test/CodeGen/X86/sse-schedule.ll | 40 +- test/CodeGen/X86/sse2-schedule.ll | 72 ++-- 21 files changed, 734 insertions(+), 954 deletions(-)