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

Kyle Butt via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 15:15:36 PST 2017


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

Changed prior to commit:
  https://reviews.llvm.org/D27742?vs=83464&id=83881#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D27742

Files:
  llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp
  llvm/trunk/test/CodeGen/AArch64/addsub.ll
  llvm/trunk/test/CodeGen/AArch64/arm64-atomic.ll
  llvm/trunk/test/CodeGen/AArch64/arm64-ccmp.ll
  llvm/trunk/test/CodeGen/AArch64/arm64-shrink-wrapping.ll
  llvm/trunk/test/CodeGen/AArch64/compare-branch.ll
  llvm/trunk/test/CodeGen/AArch64/logical_shifted_reg.ll
  llvm/trunk/test/CodeGen/AArch64/tbz-tbnz.ll
  llvm/trunk/test/CodeGen/AMDGPU/branch-relaxation.ll
  llvm/trunk/test/CodeGen/AMDGPU/si-annotate-cf-noloop.ll
  llvm/trunk/test/CodeGen/AMDGPU/skip-if-dead.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/ARM/machine-cse-cmp.ll
  llvm/trunk/test/CodeGen/Mips/brconeq.ll
  llvm/trunk/test/CodeGen/Mips/brconeqk.ll
  llvm/trunk/test/CodeGen/Mips/brcongt.ll
  llvm/trunk/test/CodeGen/Mips/brconlt.ll
  llvm/trunk/test/CodeGen/Mips/brconnez.ll
  llvm/trunk/test/CodeGen/Mips/llvm-ir/ashr.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/PowerPC/tail-dup-layout.ll
  llvm/trunk/test/CodeGen/SPARC/sjlj.ll
  llvm/trunk/test/CodeGen/SystemZ/asm-18.ll
  llvm/trunk/test/CodeGen/SystemZ/cond-store-01.ll
  llvm/trunk/test/CodeGen/SystemZ/cond-store-02.ll
  llvm/trunk/test/CodeGen/SystemZ/cond-store-03.ll
  llvm/trunk/test/CodeGen/SystemZ/cond-store-04.ll
  llvm/trunk/test/CodeGen/SystemZ/cond-store-05.ll
  llvm/trunk/test/CodeGen/SystemZ/cond-store-06.ll
  llvm/trunk/test/CodeGen/SystemZ/int-cmp-37.ll
  llvm/trunk/test/CodeGen/SystemZ/int-cmp-40.ll
  llvm/trunk/test/CodeGen/SystemZ/int-cmp-44.ll
  llvm/trunk/test/CodeGen/SystemZ/int-cmp-48.ll
  llvm/trunk/test/CodeGen/SystemZ/tdc-06.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/2008-11-29-ULT-Sign.ll
  llvm/trunk/test/CodeGen/X86/add.ll
  llvm/trunk/test/CodeGen/X86/avx-splat.ll
  llvm/trunk/test/CodeGen/X86/avx512-cmp.ll
  llvm/trunk/test/CodeGen/X86/bt.ll
  llvm/trunk/test/CodeGen/X86/critical-edge-split-2.ll
  llvm/trunk/test/CodeGen/X86/fp-une-cmp.ll
  llvm/trunk/test/CodeGen/X86/jump_sign.ll
  llvm/trunk/test/CodeGen/X86/machine-cse.ll
  llvm/trunk/test/CodeGen/X86/shift-double.ll
  llvm/trunk/test/CodeGen/X86/sink-hoist.ll
  llvm/trunk/test/CodeGen/X86/sse-scalar-fp-arith.ll
  llvm/trunk/test/CodeGen/X86/testb-je-fusion.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27742.83881.patch
Type: text/x-patch
Size: 63458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170110/ba7476cd/attachment-0001.bin>


More information about the llvm-commits mailing list