This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 071d9bcd625 [X86][SSE] Support v4i32 rotations (PR37426) new b3845567bd5 [mips] Merge MipsLongBranch and MipsHazardSchedule passes
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/Mips/CMakeLists.txt | 3 +- lib/Target/Mips/Mips.h | 5 +- ...{MipsLongBranch.cpp => MipsBranchExpansion.cpp} | 468 ++++++++++++++------- lib/Target/Mips/MipsHazardSchedule.cpp | 163 ------- lib/Target/Mips/MipsTargetMachine.cpp | 20 +- test/CodeGen/Mips/branch-relaxation-with-hazard.ll | 64 +++ .../Mips/longbranch/branch-limits-fp-micromips.mir | 4 +- .../longbranch/branch-limits-fp-micromipsr6.mir | 4 +- .../Mips/longbranch/branch-limits-fp-mips.mir | 4 +- .../Mips/longbranch/branch-limits-fp-mipsr6.mir | 4 +- .../longbranch/branch-limits-int-microMIPS.mir | 4 +- .../longbranch/branch-limits-int-micromipsr6.mir | 4 +- .../Mips/longbranch/branch-limits-int-mips64.mir | 4 +- .../Mips/longbranch/branch-limits-int-mips64r6.mir | 4 +- .../Mips/longbranch/branch-limits-int-mipsr6.mir | 4 +- test/CodeGen/Mips/longbranch/branch-limits-int.mir | 4 +- test/CodeGen/Mips/longbranch/branch-limits-msa.mir | 4 +- 17 files changed, 418 insertions(+), 349 deletions(-) rename lib/Target/Mips/{MipsLongBranch.cpp => MipsBranchExpansion.cpp} (55%) delete mode 100644 lib/Target/Mips/MipsHazardSchedule.cpp create mode 100644 test/CodeGen/Mips/branch-relaxation-with-hazard.ll