[PATCH] D32776: Enable branch coalescing on PowerPC

Lei Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 10 11:55:40 PDT 2017


lei updated this revision to Diff 110607.
lei added a comment.
Herald added a subscriber: mgorny.

Updating this to be a PPC specific pass since it does not handle implicit operands which are used by other targets.


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
  test/CodeGen/PowerPC/select-i1-vs-i1.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32776.110607.patch
Type: text/x-patch
Size: 70077 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170810/f52a53c4/attachment-0001.bin>


More information about the llvm-commits mailing list