[PATCH] D37353: [SparsePropagation] Enable interprocedural analysis

Matthew Simpson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 13:47:03 PDT 2017


mssimpso added a subscriber: lebedev.ri.
mssimpso added a comment.

In https://reviews.llvm.org/D37353#866950, @lebedev.ri wrote:

> Tests?


The sparse propagation utility isn't currently used by any passes, so it can't really be tested by itself. I'm attempting to use it as the solver in https://reviews.llvm.org/D37355. I split these changes out to make the review of that patch easier. I've added some tests there for the review, but I expect I'll add some more as the review of that pass progresses.


https://reviews.llvm.org/D37353





More information about the llvm-commits mailing list