Added a utility function in Value class to print block name and use block labels for unnamed blocks.
Changed LICM to call this function in its debug output.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This seems like a useful utility to add to BasicBlock itself if it doesn't exit? (e.g. getNonEmptyName or getNameOrAsOperand).
Comment Actions
Created a utility function in Value class to print block name and use block labels for unnamed blocks. Thanks Alina for the suggestion.