[PATCH] D28583: CodeGen: Allow small copyable blocks to "break" the CFG.

Kyle Butt via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 15:59:54 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL293716: CodeGen: Allow small copyable blocks to "break" the CFG. (authored by iteratee).

Changed prior to commit:
  https://reviews.llvm.org/D28583?vs=86468&id=86517#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D28583

Files:
  llvm/trunk/lib/CodeGen/BranchFolding.cpp
  llvm/trunk/lib/CodeGen/BranchFolding.h
  llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp
  llvm/trunk/test/CodeGen/AArch64/arm64-atomic.ll
  llvm/trunk/test/CodeGen/AArch64/arm64-shrink-wrapping.ll
  llvm/trunk/test/CodeGen/AArch64/tail-dup-repeat-worklist.ll
  llvm/trunk/test/CodeGen/AArch64/tbz-tbnz.ll
  llvm/trunk/test/CodeGen/AMDGPU/branch-relaxation.ll
  llvm/trunk/test/CodeGen/AMDGPU/uniform-cfg.ll
  llvm/trunk/test/CodeGen/ARM/arm-and-tst-peephole.ll
  llvm/trunk/test/CodeGen/ARM/atomic-op.ll
  llvm/trunk/test/CodeGen/ARM/atomic-ops-v8.ll
  llvm/trunk/test/CodeGen/ARM/cmpxchg-weak.ll
  llvm/trunk/test/CodeGen/Mips/brconnez.ll
  llvm/trunk/test/CodeGen/Mips/micromips-compact-branches.ll
  llvm/trunk/test/CodeGen/PowerPC/misched-inorder-latency.ll
  llvm/trunk/test/CodeGen/PowerPC/tail-dup-break-cfg.ll
  llvm/trunk/test/CodeGen/SPARC/sjlj.ll
  llvm/trunk/test/CodeGen/SystemZ/int-cmp-44.ll
  llvm/trunk/test/CodeGen/Thumb/thumb-shrink-wrapping.ll
  llvm/trunk/test/CodeGen/Thumb2/cbnz.ll
  llvm/trunk/test/CodeGen/Thumb2/ifcvt-compare.ll
  llvm/trunk/test/CodeGen/Thumb2/v8_IT_4.ll
  llvm/trunk/test/CodeGen/WebAssembly/phi.ll
  llvm/trunk/test/CodeGen/X86/avx512-cmp.ll
  llvm/trunk/test/CodeGen/X86/bt.ll
  llvm/trunk/test/CodeGen/X86/fp-une-cmp.ll
  llvm/trunk/test/CodeGen/X86/jump_sign.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28583.86517.patch
Type: text/x-patch
Size: 57045 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170131/7ff4aeed/attachment.bin>


More information about the llvm-commits mailing list