[PATCH] D32776: [PowerPC] Update branch coalescing to be a PowerPC specific pass

Lei Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 19:28:43 PDT 2017


lei updated this revision to Diff 114117.
lei added a comment.

Added logic to filter out physical register uses on line 347 in lib/Target/PowerPC/PPCBranchCoalescing.cpp.

@iteratee, please let me know if this fixes the issue you were seeing.  Thanks!


https://reviews.llvm.org/D32776

Files:
  include/llvm/CodeGen/Passes.h
  include/llvm/InitializePasses.h
  lib/CodeGen/BranchCoalescing.cpp
  lib/CodeGen/CMakeLists.txt
  lib/CodeGen/CodeGen.cpp
  lib/CodeGen/TargetPassConfig.cpp
  lib/Target/PowerPC/CMakeLists.txt
  lib/Target/PowerPC/PPC.h
  lib/Target/PowerPC/PPCBranchCoalescing.cpp
  lib/Target/PowerPC/PPCTargetMachine.cpp
  test/CodeGen/PowerPC/branch_coalesce.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32776.114117.patch
Type: text/x-patch
Size: 69581 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170907/128fd8f3/attachment-0001.bin>


More information about the llvm-commits mailing list