This is an archive of the discontinued LLVM Phabricator instance.

[NewPM] Move debugging log printing after PassInstrumentation before-pass-callbacks
ClosedPublic

Authored by ychen on Jun 24 2020, 4:48 PM.

Details

Summary

For passes got skipped, this is confusing because the log said it is running pass
but it is skipped later.

Diff Detail

Event Timeline

ychen created this revision.Jun 24 2020, 4:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 24 2020, 4:48 PM
asbirlea accepted this revision.Jun 24 2020, 8:00 PM

LGTM.

This revision is now accepted and ready to land.Jun 24 2020, 8:00 PM
ychen updated this revision to Diff 273224.Jun 24 2020, 8:52 PM
  • Missed two more similar cases.
asbirlea accepted this revision.Jun 24 2020, 10:26 PM

Thank you!

This revision was automatically updated to reflect the committed changes.