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

Kyle Butt via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 13 17:04:22 PDT 2016


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

Simplified computation of whether a block was duplicated to the layout pred.


https://reviews.llvm.org/D18226

Files:
  include/llvm/CodeGen/TailDuplicator.h
  lib/CodeGen/MachineBlockPlacement.cpp
  lib/CodeGen/TailDuplication.cpp
  lib/CodeGen/TailDuplicator.cpp
  test/CodeGen/AArch64/arm64-extload-knownzero.ll
  test/CodeGen/AArch64/machine_cse.ll
  test/CodeGen/ARM/2011-03-23-PeepholeBug.ll
  test/CodeGen/PowerPC/branch-opt.ll
  test/CodeGen/PowerPC/sjlj.ll
  test/CodeGen/PowerPC/tail-dup-layout.ll
  test/CodeGen/WebAssembly/cfg-stackify.ll
  test/CodeGen/WebAssembly/mem-intrinsics.ll
  test/CodeGen/X86/block-placement.ll
  test/CodeGen/X86/fma-intrinsics-phi-213-to-231.ll
  test/CodeGen/X86/fp-une-cmp.ll
  test/CodeGen/X86/pr11202.ll
  test/CodeGen/X86/ragreedy-bug.ll
  test/CodeGen/X86/sse1.ll
  test/CodeGen/X86/tail-dup-repeat.ll
  test/CodeGen/X86/update-terminator.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18226.71274.patch
Type: text/x-patch
Size: 50465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160914/72ca4039/attachment.bin>


More information about the llvm-commits mailing list