This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 68c702b4eeb [CallSiteSplitting] Do not perform callsite splitting insid [...] new 224b7027524 [X86] Auto-generate complete checks. NFC new d4b8b33a93d [X86] Remove some InstRWs for plain store instructions on S [...] new 8e06c705058 [X86] Use WriteFShuffle256 for VEXTRACTF128 to be consisten [...] new 67c388f5a13 [X86] Synchronize the SchedRW on some EVEX instructions wit [...]
The 4 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, 954 insertions(+), 734 deletions(-)