[PATCH] D14122: [SimplifyCFG] Trim duplicate basic blocks in switch cases

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 17:09:54 PDT 2015


dylanmckay updated this revision to Diff 38698.
dylanmckay added a comment.

Removed unused type parameters.

They were remnants from a copy-paste of another type signature.


http://reviews.llvm.org/D14122

Files:
  include/llvm/IR/BasicBlock.h
  lib/IR/BasicBlock.cpp
  lib/Transforms/Utils/SimplifyCFG.cpp
  test/CodeGen/AArch64/arm64-jumptable.ll
  test/CodeGen/ARM/jump-table-islands-split.ll
  test/Transforms/SimplifyCFG/CoveredLookupTable.ll
  test/Transforms/SimplifyCFG/X86/switch-table-bug.ll
  test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll
  test/Transforms/SimplifyCFG/switch-duplicate-successors.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14122.38698.patch
Type: text/x-patch
Size: 8819 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151029/41a2def1/attachment.bin>


More information about the llvm-commits mailing list