This is an archive of the discontinued LLVM Phabricator instance.

Fix DEBUG logs in MachineLICM.
ClosedPublic

Authored by jlebar on May 23 2016, 11:37 AM.

Details

Summary

MBBs don't necessarily have a name (in my experience, they almost never
do), in which case this logging is quite unhelpful. The number seems to
work well.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar updated this revision to Diff 58126.May 23 2016, 11:37 AM
jlebar retitled this revision from to Fix DEBUG logs in MachineLICM..
jlebar updated this object.
jlebar added a reviewer: iteratee.
jlebar added a subscriber: llvm-commits.
iteratee accepted this revision.May 23 2016, 11:53 AM
iteratee edited edge metadata.
This revision is now accepted and ready to land.May 23 2016, 11:53 AM
This revision was automatically updated to reflect the committed changes.