[PATCH] D20379: Codegen: Fix broken assumption in Tail Merge.

Kyle Butt via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 12:06:50 PDT 2016


iteratee updated this revision to Diff 58663.
iteratee marked an inline comment as done.
iteratee added a comment.

Added a test case, and another check where we weren't being explicit about cfg vs layout successor.


http://reviews.llvm.org/D20379

Files:
  lib/CodeGen/BranchFolding.cpp
  test/CodeGen/ARM/test-sharedidx.ll
  test/CodeGen/Hexagon/always-ext.ll
  test/CodeGen/Mips/eh.ll
  test/CodeGen/SPARC/missinglabel.ll
  test/CodeGen/Thumb2/thumb2-cbnz.ll
  test/CodeGen/Thumb2/thumb2-ifcvt3.ll
  test/CodeGen/WebAssembly/cfg-stackify.ll
  test/CodeGen/X86/br-fold.ll
  test/CodeGen/X86/tail-merge-unreachable.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20379.58663.patch
Type: text/x-patch
Size: 7713 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160526/9d6e4474/attachment.bin>


More information about the llvm-commits mailing list