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

Kyle Butt via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 14:55:38 PDT 2016


iteratee updated this revision to Diff 63585.
iteratee added a comment.

Took a more principled stand on when to tail merge and when not to, so that tail-duplicating and tail merging now don't overlap.


http://reviews.llvm.org/D18226

Files:
  include/llvm/CodeGen/TailDuplicator.h
  lib/CodeGen/BranchFolding.cpp
  lib/CodeGen/MachineBlockPlacement.cpp
  lib/CodeGen/TailDuplication.cpp
  lib/CodeGen/TailDuplicator.cpp
  test/CodeGen/AArch64/machine_cse.ll
  test/CodeGen/Hexagon/rdf-copy.ll
  test/CodeGen/PowerPC/branch-opt.ll
  test/CodeGen/PowerPC/tail-dup-layout.ll
  test/CodeGen/WebAssembly/cfg-stackify.ll
  test/CodeGen/WebAssembly/mem-intrinsics.ll
  test/CodeGen/X86/fp-une-cmp.ll
  test/CodeGen/X86/ragreedy-bug.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18226.63585.patch
Type: text/x-patch
Size: 22215 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160711/44d0037a/attachment.bin>


More information about the llvm-commits mailing list