[PATCH] D46641: [mips] WIP: Merge MipsLongBranch and MipsHazardSchedule passes

Aleksandar Beserminji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 14 08:37:55 PDT 2018


abeserminji updated this revision to Diff 146622.
abeserminji marked 6 inline comments as done.
abeserminji added a comment.

Comments resolved.
Regarding my inline comment, there is no need to update that, as that case is already covered in //handlePossibleLongBranch(...)// function in //while(...)// loop.
Removed unused part of code, related to MBB address calculation.


https://reviews.llvm.org/D46641

Files:
  lib/Target/Mips/CMakeLists.txt
  lib/Target/Mips/Mips.h
  lib/Target/Mips/MipsBranchExpansion.cpp
  lib/Target/Mips/MipsHazardSchedule.cpp
  lib/Target/Mips/MipsTargetMachine.cpp
  test/CodeGen/Mips/branch-relaxation-with-hazard.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46641.146622.patch
Type: text/x-patch
Size: 37973 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180514/e48f9253/attachment.bin>


More information about the llvm-commits mailing list