[PATCH] D16661: Refactor profile summary support code. NFC.

Easwaran Raman via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 27 16:40:01 PST 2016


eraman created this revision.
eraman added a reviewer: davidxl.
eraman added a subscriber: llvm-commits.

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)

http://reviews.llvm.org/D16661

Files:
  include/llvm/ProfileData/InstrProf.h
  include/llvm/ProfileData/ProfileCommon.h
  lib/ProfileData/CMakeLists.txt
  lib/ProfileData/InstrProf.cpp
  lib/ProfileData/ProfileSummary.cpp
  tools/llvm-profdata/llvm-profdata.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16661.46200.patch
Type: text/x-patch
Size: 11091 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160128/fa4b1f9a/attachment.bin>


More information about the llvm-commits mailing list