[PATCH] D38476: Template the sparse propagation solver instead of using void pointers
Matthew Simpson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 3 12:05:56 PDT 2017
mssimpso added a comment.
Hi Danny,
I didn't think about this previously, but now that AbstractLatticeFunction and SparseSolver are templates, shouldn't we move the contents of the .cpp over to the .h? I'm having trouble instantiating them now with this split implementation.
Repository:
rL LLVM
https://reviews.llvm.org/D38476
More information about the llvm-commits
mailing list