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

Kyle Butt via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 21:15:31 PDT 2016


iteratee updated this revision to Diff 52995.
iteratee added a comment.
Herald added a subscriber: jfb.

Rebased to http://reviews.llvm.org/D18411

It would be nice to get someone from webassembly to comment on the test I had to change. I couldn't make heads or tails of the assembly enough to correct the test in the face of tail-duplication so I just disabled it.


http://reviews.llvm.org/D18226

Files:
  include/llvm/CodeGen/TailDuplicator.h
  lib/CodeGen/MachineBlockPlacement.cpp
  lib/CodeGen/TailDuplicator.cpp
  test/CodeGen/AArch64/machine_cse.ll
  test/CodeGen/PowerPC/branch-opt.ll
  test/CodeGen/PowerPC/tail-dup-layout.ll
  test/CodeGen/WebAssembly/cfg-stackify.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18226.52995.patch
Type: text/x-patch
Size: 14706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160408/9ed7be5e/attachment-0001.bin>


More information about the llvm-commits mailing list