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

Kyle Butt via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 11 15:53:44 PDT 2016


iteratee updated this revision to Diff 67767.
iteratee marked 5 inline comments as done.
iteratee added a comment.

Add brief comments to method declarations.


https://reviews.llvm.org/D20505

Files:
  include/llvm/Analysis/LoopInfoImpl.h
  lib/CodeGen/MachineBlockPlacement.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-shrink-wrapping.ll
  test/CodeGen/AArch64/branch-relax-bcc.ll
  test/CodeGen/AArch64/combine-comparisons-by-cse.ll
  test/CodeGen/AArch64/fcmp.ll
  test/CodeGen/AArch64/rm_redundant_cmp.ll
  test/CodeGen/AArch64/tbz-tbnz.ll
  test/CodeGen/AMDGPU/cf-loop-on-constant.ll
  test/CodeGen/AMDGPU/convergent-inlineasm.ll
  test/CodeGen/AMDGPU/salu-to-valu.ll
  test/CodeGen/AMDGPU/si-annotate-cf.ll
  test/CodeGen/AMDGPU/skip-if-dead.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/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/tail-dup-layout.ll
  test/CodeGen/SPARC/sjlj.ll
  test/CodeGen/SystemZ/tdc-06.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/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/shrink-wrap-chkstk.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.67767.patch
Type: text/x-patch
Size: 75709 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160811/e32db797/attachment-0001.bin>


More information about the llvm-commits mailing list