After 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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D38561
[SparsePropagation] Move member definitions to header (NFC) ClosedPublic Authored by mssimpso on Oct 4 2017, 2:03 PM.
Details Summary After 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.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 4 2017, 2:06 PM Closed by commit rL314996: [SparsePropagation] Move member definitions to header (NFC) (authored by mssimpso). · Explain WhyOct 5 2017, 11:05 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 117852 llvm/trunk/include/llvm/Analysis/SparsePropagation.h
llvm/trunk/lib/Analysis/CMakeLists.txt
llvm/trunk/lib/Analysis/SparsePropagation.cpp
|