This is an archive of the discontinued LLVM Phabricator instance.

Refactor profile summary support code. NFC.
ClosedPublic

Authored by eraman on Jan 27 2016, 4:39 PM.

Details

Summary

Summary computation is not just for instrumented profiling and so I have moved the ProfileSummary class to ProfileCommon.h (named so to allow code unrelated to summary but common to instrumented and sampled profiling to be placed there)

Diff Detail

Repository
rL LLVM

Event Timeline

eraman updated this revision to Diff 46200.Jan 27 2016, 4:39 PM
eraman retitled this revision from to Refactor profile summary support code. NFC..
eraman updated this object.
eraman added a reviewer: davidxl.
eraman added a subscriber: llvm-commits.
davidxl accepted this revision.Feb 2 2016, 10:26 AM
davidxl edited edge metadata.

lgtm

This revision is now accepted and ready to land.Feb 2 2016, 10:26 AM
This revision was automatically updated to reflect the committed changes.