[PATCH] D22696: [CodeGenPrep] Skip merging empty case blocks

Jun Bum Lim via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 8 11:33:17 PST 2016


junbuml updated this revision to Diff 77220.
junbuml marked an inline comment as done.
junbuml added a comment.
Herald added a subscriber: qcolombet.

Addressed comments from David Li and added fixes in test case failures in :

  ragreedy-hoist-spill.ll
  AArch64/widen_switch.ll
  X86/widen_switch.ll  
  phi-immediate-factoring.ll


https://reviews.llvm.org/D22696

Files:
  lib/CodeGen/CodeGenPrepare.cpp
  test/CodeGen/X86/phi-immediate-factoring.ll
  test/CodeGen/X86/ragreedy-hoist-spill.ll
  test/Transforms/CodeGenPrepare/AArch64/widen_switch.ll
  test/Transforms/CodeGenPrepare/X86/widen_switch.ll
  test/Transforms/CodeGenPrepare/skip-merging-case-block.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22696.77220.patch
Type: text/x-patch
Size: 19297 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161108/e905e700/attachment.bin>


More information about the llvm-commits mailing list