[PATCH] D37353: [SparsePropagation] Enable interprocedural analysis

Matthew Simpson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 4 14:04:17 PDT 2017


mssimpso updated this revision to Diff 117736.
mssimpso marked 6 inline comments as done.
mssimpso added a comment.

Addressed comments form Danny.

- Because AbstractLatticeFunction and SparseSolver are now templates, I had to move the member functions from the .cpp file over to the header. The patch that does that is https://reviews.llvm.org/D38561.


https://reviews.llvm.org/D37353

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37353.117736.patch
Type: text/x-patch
Size: 39420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171004/e9a487d9/attachment.bin>


More information about the llvm-commits mailing list