[PATCH] D20505: Codegen: Outline for chains of tail-duplicable blocks.

Kyle Butt via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 7 16:42:59 PDT 2016


iteratee updated this revision to Diff 59969.
iteratee marked 2 inline comments as done.
iteratee added a comment.

Added a couple of comments and tidied formatting.


http://reviews.llvm.org/D20505

Files:
  include/llvm/CodeGen/TailDuplicator.h
  lib/CodeGen/MachineBlockPlacement.cpp
  lib/CodeGen/TailDuplicator.cpp
  test/CodeGen/AArch64/aarch64-dynamic-stack-layout.ll
  test/CodeGen/AArch64/arm64-atomic.ll
  test/CodeGen/AArch64/arm64-ccmp.ll
  test/CodeGen/AArch64/arm64-extload-knownzero.ll
  test/CodeGen/AArch64/arm64-shrink-wrapping.ll
  test/CodeGen/AArch64/fcmp.ll
  test/CodeGen/AArch64/rm_redundant_cmp.ll
  test/CodeGen/AArch64/tbz-tbnz.ll
  test/CodeGen/AMDGPU/salu-to-valu.ll
  test/CodeGen/AMDGPU/smrd-vccz-bug.ll
  test/CodeGen/AMDGPU/uniform-cfg.ll
  test/CodeGen/AMDGPU/uniform-crash.ll
  test/CodeGen/AMDGPU/valu-i1.ll
  test/CodeGen/AMDGPU/wqm.ll
  test/CodeGen/ARM/2013-05-05-IfConvertBug.ll
  test/CodeGen/ARM/arm-shrink-wrapping.ll
  test/CodeGen/ARM/atomic-cmpxchg.ll
  test/CodeGen/ARM/atomic-op.ll
  test/CodeGen/ARM/atomic-ops-v8.ll
  test/CodeGen/ARM/fold-stack-adjust.ll
  test/CodeGen/ARM/machine-cse-cmp.ll
  test/CodeGen/Mips/llvm-ir/ashr.ll
  test/CodeGen/Mips/llvm-ir/lshr.ll
  test/CodeGen/Mips/llvm-ir/shl.ll
  test/CodeGen/Mips/longbranch.ll
  test/CodeGen/PowerPC/bdzlr.ll
  test/CodeGen/PowerPC/branch-opt.ll
  test/CodeGen/PowerPC/sjlj.ll
  test/CodeGen/PowerPC/tail-dup-layout.ll
  test/CodeGen/SPARC/sjlj.ll
  test/CodeGen/Thumb/thumb-shrink-wrapping.ll
  test/CodeGen/Thumb2/cbnz.ll
  test/CodeGen/Thumb2/ifcvt-compare.ll
  test/CodeGen/WebAssembly/mem-intrinsics.ll
  test/CodeGen/X86/2012-08-17-legalizer-crash.ll
  test/CodeGen/X86/atom-bypass-slow-division.ll
  test/CodeGen/X86/avx-splat.ll
  test/CodeGen/X86/avx512-cmp.ll
  test/CodeGen/X86/block-placement.ll
  test/CodeGen/X86/cmovcmov.ll
  test/CodeGen/X86/critical-edge-split-2.ll
  test/CodeGen/X86/fp-une-cmp.ll
  test/CodeGen/X86/ragreedy-bug.ll
  test/CodeGen/X86/shrink-wrap-chkstk.ll
  test/CodeGen/X86/statepoint-invoke.ll
  test/CodeGen/X86/twoaddr-coalesce-3.ll
  test/CodeGen/X86/x86-shrink-wrap-unwind.ll
  test/CodeGen/X86/x86-shrink-wrapping.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20505.59969.patch
Type: text/x-patch
Size: 80753 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160607/1ec81d40/attachment.bin>


More information about the llvm-commits mailing list