This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3e304f567cd [SSAUpdaterBulk] Add debug logging. new 81d982a4add [DAGCombiner] Fix for oss-fuzz bug new 91a2d6cb9bc [X86] Add FP comparison scheduler classes
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 3 +- lib/Target/X86/X86InstrAVX512.td | 56 ++++++------ lib/Target/X86/X86InstrFPStack.td | 10 ++- lib/Target/X86/X86InstrSSE.td | 80 ++++++++--------- lib/Target/X86/X86SchedBroadwell.td | 40 ++------- lib/Target/X86/X86SchedHaswell.td | 32 +------ lib/Target/X86/X86SchedSandyBridge.td | 26 +----- lib/Target/X86/X86SchedSkylakeClient.td | 38 +------- lib/Target/X86/X86SchedSkylakeServer.td | 104 ++-------------------- lib/Target/X86/X86Schedule.td | 4 +- lib/Target/X86/X86ScheduleAtom.td | 2 + lib/Target/X86/X86ScheduleBtVer2.td | 24 +---- lib/Target/X86/X86ScheduleSLM.td | 2 + lib/Target/X86/X86ScheduleZnver1.td | 2 + test/CodeGen/Generic/dag-combine-ossfuzz-crash.ll | 53 +++++++++++ test/CodeGen/X86/x87-schedule.ll | 24 ++--- 16 files changed, 172 insertions(+), 328 deletions(-) create mode 100644 test/CodeGen/Generic/dag-combine-ossfuzz-crash.ll