[PATCH] D30322: [SCCP] Resolve indirect branch target when possible.

Xin Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 23 19:29:09 PST 2017


trentxintong created this revision.

Resolve indirect branch target when possible.
This potentially eliminates more basicblocks and result in better evaluation for phi and other things.


https://reviews.llvm.org/D30322

Files:
  lib/Transforms/Scalar/SCCP.cpp
  test/Transforms/SCCP/indirectbr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30322.89606.patch
Type: text/x-patch
Size: 6246 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170224/892cc8c7/attachment.bin>


More information about the llvm-commits mailing list