[PATCH] D28522: Codegen: Make chains from lattice-shaped CFGs

Kyle Butt via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 14:49:38 PST 2017


iteratee removed rL LLVM as the repository for this revision.
iteratee updated this revision to Diff 83879.
iteratee marked 4 inline comments as done.
iteratee added a comment.
Herald added a subscriber: dschuff.

Comment update as requested.


https://reviews.llvm.org/D28522

Files:
  lib/CodeGen/MachineBlockPlacement.cpp
  test/CodeGen/AArch64/branch-relax-cbz.ll
  test/CodeGen/AArch64/optimize-cond-branch.ll
  test/CodeGen/AMDGPU/basic-branch.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/skip-if-dead.ll
  test/CodeGen/ARM/atomic-cmpxchg.ll
  test/CodeGen/ARM/fold-stack-adjust.ll
  test/CodeGen/PowerPC/tail-dup-layout.ll
  test/CodeGen/WebAssembly/mem-intrinsics.ll
  test/CodeGen/X86/block-placement.ll
  test/CodeGen/X86/tail-dup-merge-loop-headers.ll
  test/CodeGen/X86/tail-dup-repeat.ll
  test/CodeGen/X86/tail-opts.ll
  test/CodeGen/X86/twoaddr-coalesce-3.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28522.83879.patch
Type: text/x-patch
Size: 21523 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170110/a976915a/attachment.bin>


More information about the llvm-commits mailing list