This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8bfcb04 Add the DAG mutation interface to the software pipeliner new 71e6bc5 [mips] Fix compact branch hazard detection, part 2 new 38a74cf Change the interface of TLI.isMultiStoresCheaperThanBitsMerge.
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/TargetLowering.h | 2 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 11 +++++-- lib/Target/Mips/MipsHazardSchedule.cpp | 37 +++++++++------------- lib/Target/X86/X86ISelLowering.h | 12 +++---- .../compactbranches/unsafe-in-forbidden-slot.ll | 34 ++++++++++++++++++++ 5 files changed, 63 insertions(+), 33 deletions(-) create mode 100644 test/CodeGen/Mips/compactbranches/unsafe-in-forbidden-slot.ll