This is an archive of the discontinued LLVM Phabricator instance.

Add a debug dump for DbgValueHistoryMap
ClosedPublic

Authored by vsk on Jun 1 2018, 3:22 PM.

Details

Summary

This makes it easier to inspect the results of
DbgValueHistoryCalculator.

Diff Detail

Repository
rL LLVM

Event Timeline

vsk created this revision.Jun 1 2018, 3:22 PM
aprantl accepted this revision.Jun 1 2018, 3:27 PM
aprantl added inline comments.
lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.h
56 ↗(On Diff #149570)

I vaguely recall that there is an LLVM_DUMP_FUNCTION macro for this purpose?

This revision is now accepted and ready to land.Jun 1 2018, 3:27 PM
This revision was automatically updated to reflect the committed changes.