This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9d809925c65 [SelectionDAG] allow undefs when matching splat constants new 41c8ada9ddc [X86] Move ReadAfterLd functionality into X86FoldableSchedW [...]
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/X86Instr3DNow.td | 4 +- lib/Target/X86/X86InstrAVX512.td | 238 +++++++++---------- lib/Target/X86/X86InstrArithmetic.td | 58 ++--- lib/Target/X86/X86InstrCMovSetCC.td | 2 +- lib/Target/X86/X86InstrFMA.td | 38 +-- lib/Target/X86/X86InstrInfo.td | 6 +- lib/Target/X86/X86InstrMMX.td | 10 +- lib/Target/X86/X86InstrSSE.td | 177 +++++++------- lib/Target/X86/X86InstrShiftRotate.td | 4 +- lib/Target/X86/X86InstrXOP.td | 38 +-- lib/Target/X86/X86SchedBroadwell.td | 8 +- lib/Target/X86/X86SchedHaswell.td | 8 +- lib/Target/X86/X86SchedSandyBridge.td | 8 +- lib/Target/X86/X86SchedSkylakeClient.td | 8 +- lib/Target/X86/X86SchedSkylakeServer.td | 8 +- lib/Target/X86/X86Schedule.td | 377 +++++++++++++++--------------- lib/Target/X86/X86ScheduleAtom.td | 3 + lib/Target/X86/X86ScheduleBtVer2.td | 6 + lib/Target/X86/X86ScheduleSLM.td | 3 + lib/Target/X86/X86ScheduleZnver1.td | 7 +- test/tools/llvm-mca/X86/read-after-ld-1.s | 66 +++--- test/tools/llvm-mca/X86/read-after-ld-2.s | 296 +++++++++++------------ 22 files changed, 715 insertions(+), 658 deletions(-)