[PATCH] D37353: [SparsePropagation] Enable interprocedural analysis

Matthew Simpson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 14 14:15:30 PDT 2017


mssimpso updated this revision to Diff 115282.
mssimpso edited the summary of this revision.
mssimpso added reviewers: davide, dberlin.
mssimpso added a comment.
Herald added a subscriber: mgorny.

Added some unit tests. Thanks for the suggestion. I briefly considered moving SCCP over to the generic solver (as a simple way to re-purpose the existing tests), but this might not be that straightforward after all. The re-solving for `undef` values will need to be considered. In the end, adding unit tests for this patch wasn't that difficult to do.


https://reviews.llvm.org/D37353

Files:
  include/llvm/Analysis/SparsePropagation.h
  lib/Analysis/SparsePropagation.cpp
  unittests/Analysis/CMakeLists.txt
  unittests/Analysis/SparsePropagation.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37353.115282.patch
Type: text/x-patch
Size: 40868 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170914/7c35b64b/attachment.bin>


More information about the llvm-commits mailing list