This is an archive of the discontinued LLVM Phabricator instance.

[STATS] separate noTotal bit flag from onlyInMaster and noUnits.
ClosedPublic

Authored by jlpeyton on Mar 15 2016, 2:51 PM.

Details

Summary

This change logically separates the stats_flags_e::noTotal bit flag from the stats_flags_e::onlyInMaster and stats_flags_e::noUnits bit flags. If no TOTAL_foo output is wanted for a particular statistic, the flag must be explicitly included in that statistic's flags.

Diff Detail

Repository
rL LLVM

Event Timeline

jlpeyton updated this revision to Diff 50772.Mar 15 2016, 2:51 PM
jlpeyton retitled this revision from to [STATS] separate noTotal bit flag from onlyInMaster and noUnits..
jlpeyton updated this object.
jlpeyton added reviewers: jcownie, tlwilmar.
jlpeyton set the repository for this revision to rL LLVM.
jlpeyton added a subscriber: openmp-commits.
jcownie accepted this revision.Mar 21 2016, 10:18 AM
jcownie edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 21 2016, 10:18 AM
This revision was automatically updated to reflect the committed changes.