This is an archive of the discontinued LLVM Phabricator instance.

[JT] Add an option to dump LazyValueInfo after the run
ClosedPublic

Authored by davide on Jul 27 2017, 7:32 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

anna accepted this revision.Jul 27 2017, 7:54 PM

LGTM. Thanks!

test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.ll
22 ↗(On Diff #108571)

I don't get why these are no longer there - we should either get it from the LVI cache or from the LVI analysis that's run when there's no cache entry.
I'll take a look later.

This revision is now accepted and ready to land.Jul 27 2017, 7:54 PM
davide added inline comments.Jul 27 2017, 7:56 PM
test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.ll
22 ↗(On Diff #108571)

Thank you Anna!

This revision was automatically updated to reflect the committed changes.