This is an archive of the discontinued LLVM Phabricator instance.

[PassBuilder] Always enable CountVisitsPass when stats are enabled
ClosedPublic

Authored by aeubanks on Feb 28 2023, 3:41 PM.

Details

Summary

Rather than having a separate flag.

Diff Detail

Event Timeline

aeubanks created this revision.Feb 28 2023, 3:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 28 2023, 3:41 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
aeubanks requested review of this revision.Feb 28 2023, 3:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 28 2023, 3:41 PM
asbirlea accepted this revision.Feb 28 2023, 11:07 PM

Wondering if having the flag would still be useful if you want this statistic and not everything else in stats. But I don't think we particularly need that now, so works for me and flag can always be re-added.

This revision is now accepted and ready to land.Feb 28 2023, 11:07 PM