This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8ea517852a3 [sanitizer-coverage] remove stale code (old coverage); llvm part new 664dca2daa0 TargetMachine: Indicate whether machine verifier passes. new 35f98ce7152 [ScheduleDAG] Deal with already scheduled loads in ScheduleDAG.
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: include/llvm/Target/TargetMachine.h | 6 + lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 278 +++++++++++++------------ lib/CodeGen/TargetPassConfig.cpp | 7 +- lib/Target/AMDGPU/AMDGPUTargetMachine.h | 5 +- lib/Target/ARM/ARMTargetMachine.h | 4 + lib/Target/AVR/AVRTargetMachine.h | 4 + lib/Target/Lanai/LanaiTargetMachine.h | 4 + lib/Target/Mips/MipsTargetMachine.h | 4 + lib/Target/NVPTX/NVPTXTargetMachine.h | 3 + lib/Target/PowerPC/PPCTargetMachine.h | 4 + lib/Target/Sparc/SparcTargetMachine.h | 4 + lib/Target/SystemZ/SystemZTargetMachine.h | 2 + lib/Target/X86/X86TargetMachine.h | 4 + test/CodeGen/MIR/Generic/multiRunPass.mir | 4 +- test/CodeGen/X86/pr32610.ll | 40 ++++ 15 files changed, 241 insertions(+), 132 deletions(-) create mode 100644 test/CodeGen/X86/pr32610.ll