This is an archive of the discontinued LLVM Phabricator instance.

Updating the IRSimilarityPrinting Pass to include the first and last instruction
ClosedPublic

Authored by AndrewLitteken on Jan 8 2021, 6:37 AM.

Details

Summary

When doing some recent debugging of the IROutliner, and using the similarity pass for debugging, just having the basic block and function isn't really enough to get all the information. This adds the first and last instruction to the output of the IRSimilarityPrinting pass to give better information to a user.

Diff Detail

Event Timeline

AndrewLitteken created this revision.Jan 8 2021, 6:37 AM
AndrewLitteken requested review of this revision.Jan 8 2021, 6:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 8 2021, 6:37 AM
This revision is now accepted and ready to land.Feb 8 2021, 12:07 PM