[PATCH] D38561: [SparsePropagation] Move member definitions to header (NFC)

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


mssimpso created this revision.
Herald added a subscriber: mgorny.

After https://reviews.llvm.org/rL314734, AbstractLatticeFunction and SparseSolver are class templates parameterized by a lattice value. In order to use the member functions, we need to move them into the header.


https://reviews.llvm.org/D38561

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38561.117735.patch
Type: text/x-patch
Size: 27780 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171004/fb383768/attachment-0001.bin>


More information about the llvm-commits mailing list