[PATCH] D18226: Codegen: Tail-duplicate during placement.

Kyle Butt via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 17:37:31 PDT 2016


iteratee removed rL LLVM as the repository for this revision.
iteratee updated this revision to Diff 51371.
iteratee added a comment.

Added a test.

Note that the test won't pass until my rotate patch for PPC lands, as it shrinks the test blocks to 2 instructions so they can be duplicated.
Other minor cleanups from comments.


http://reviews.llvm.org/D18226

Files:
  lib/CodeGen/MachineBlockPlacement.cpp
  lib/CodeGen/TailDuplication.cpp
  test/CodeGen/AArch64/machine_cse.ll
  test/CodeGen/PowerPC/tail-dup-layout.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18226.51371.patch
Type: text/x-patch
Size: 23624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160323/5072b2c8/attachment.bin>


More information about the llvm-commits mailing list