[PATCH] D48202: Generalize MergeBlockIntoPredecessor. Replace uses of MergeBasicBlockIntoOnlyPred.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 18 11:51:33 PDT 2018


asbirlea updated this revision to Diff 151758.
asbirlea marked 5 inline comments as done.
asbirlea added a comment.

Address comments.


Repository:
  rL LLVM

https://reviews.llvm.org/D48202

Files:
  include/llvm/Transforms/Utils/BasicBlockUtils.h
  lib/CodeGen/CodeGenPrepare.cpp
  lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  lib/Transforms/Utils/BasicBlockUtils.cpp
  test/CodeGen/AMDGPU/branch-relaxation.ll
  test/CodeGen/AMDGPU/nested-loop-conditions.ll
  test/CodeGen/AMDGPU/si-annotate-cf.ll
  test/CodeGen/ARM/indirectbr.ll
  test/CodeGen/PowerPC/memCmpUsedInZeroEqualityComparison.ll
  test/CodeGen/PowerPC/memcmp-mergeexpand.ll
  test/CodeGen/PowerPC/ppc-shrink-wrapping.ll
  test/CodeGen/PowerPC/simplifyConstCmpToISEL.ll
  test/CodeGen/Thumb2/2010-11-22-EpilogueBug.ll
  test/CodeGen/Thumb2/thumb2-jtb.ll
  test/CodeGen/X86/2006-11-17-IllegalMove.ll
  test/CodeGen/X86/avx-cmp.ll
  test/CodeGen/X86/avx-splat.ll
  test/CodeGen/X86/avx2-vbroadcast.ll
  test/CodeGen/X86/avx512-i1test.ll
  test/CodeGen/X86/block-placement.ll
  test/CodeGen/X86/hoist-spill.ll
  test/CodeGen/X86/ins_subreg_coalesce-1.ll
  test/CodeGen/X86/memcmp-mergeexpand.ll
  test/CodeGen/X86/pr32108.ll
  test/CodeGen/X86/setcc-lowering.ll
  test/CodeGen/X86/split-store.ll
  test/CodeGen/X86/tail-dup-merge-loop-headers.ll
  test/DebugInfo/Generic/sunk-compare.ll
  test/Transforms/CodeGenPrepare/X86/computedgoto.ll
  test/Transforms/CodeGenPrepare/basic.ll
  test/Transforms/LoopStrengthReduce/ARM/2012-06-15-lsr-noaddrmode.ll
  test/Transforms/LoopStrengthReduce/X86/2012-01-13-phielim.ll
  test/Transforms/SimpleLoopUnswitch/trivial-unswitch-iteration.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48202.151758.patch
Type: text/x-patch
Size: 26278 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180618/7cf795de/attachment.bin>


More information about the llvm-commits mailing list