This is an archive of the discontinued LLVM Phabricator instance.

[StackLifetime] add more detail log
ClosedPublic

Authored by dongAxis1944 on Sep 4 2020, 8:57 AM.

Details

Summary

When dumping results of StackLifetime, it will print the following log:

BB  [7, 8): begin {}, end {}, livein {}, liveout {}
BB  [1, 2): begin {}, end {}, livein {}, liveout {}
...

But it is not convenient to know what the basic block is.
So I add the basic block name to it.

TestPlan: check-llvm

Diff Detail

Event Timeline

dongAxis1944 created this revision.Sep 4 2020, 8:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 4 2020, 8:57 AM
dongAxis1944 requested review of this revision.Sep 4 2020, 8:57 AM
dongAxis1944 retitled this revision from [StackLifetime] to [StackLifetime] add more detail log.Sep 4 2020, 5:08 PM
vitalybuka accepted this revision.Sep 5 2020, 5:44 PM
This revision is now accepted and ready to land.Sep 5 2020, 5:44 PM