This is an archive of the discontinued LLVM Phabricator instance.

[GreedyRA ORE] Compute ORE stats if extra analysis is enabled
ClosedPublic

Authored by skatkov on Apr 6 2021, 8:26 PM.

Details

Summary

To save compile time, avoid computation of stats if ORE will not emit it.
The motivation is to add more stats and compute it only if it will dumped.

Diff Detail

Event Timeline

skatkov created this revision.Apr 6 2021, 8:26 PM
skatkov requested review of this revision.Apr 6 2021, 8:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 6 2021, 8:26 PM
lkail added a subscriber: lkail.Apr 6 2021, 8:57 PM
reames accepted this revision.Apr 7 2021, 8:24 PM

LGTM

This revision is now accepted and ready to land.Apr 7 2021, 8:24 PM