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

Jun Bum Lim via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 19 09:30:19 PST 2016


junbuml updated this revision to Diff 78630.
junbuml added a comment.

Address David's comment. Now we compute BFI/BPI only when it need to be.


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.78630.patch
Type: text/x-patch
Size: 18689 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161119/2e5dddd4/attachment-0001.bin>


More information about the llvm-commits mailing list