This is an archive of the discontinued LLVM Phabricator instance.

[VPlan] Add dump function to VPlan class.
ClosedPublic

Authored by fhahn on Dec 2 2019, 12:20 PM.

Details

Summary

This adds a dump() function to VPlan, which uses the existing
operator<<.

This method provides a convenient way to dump a VPlan while debugging,
e.g. from lldb.

Diff Detail

Event Timeline

fhahn created this revision.Dec 2 2019, 12:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 2 2019, 12:20 PM

Build result: FAILURE - Could not check out parent git hash "b4e439d0b00684f11631b6f733e910774455750a". It was not found in the repository. Did you configure the "Parent Revision" in Phabricator properly? Trying to apply the patch to the master branch instead...

ERROR: arc patch failed with error code 1. Check build log for details.
Log files: console-log.txt, CMakeCache.txt

hsaito accepted this revision.Dec 2 2019, 1:43 PM

LGTM. Thanks!

This revision is now accepted and ready to land.Dec 2 2019, 1:43 PM
This revision was automatically updated to reflect the committed changes.