[PATCH] D20390: Remove specializations of ProfileSummary (InstrProfSummary and SampleProfileSummary)

Easwaran Raman via llvm-commits llvm-commits at lists.llvm.org
Wed May 18 15:08:08 PDT 2016


eraman created this revision.
eraman added reviewers: silvas, vsk.
eraman added subscribers: davidxl, llvm-commits.

This removes the subclasses of ProfileSummary, moves the members of the derived classes to the base class.

http://reviews.llvm.org/D20390

Files:
  include/llvm/IR/ProfileSummary.h
  include/llvm/ProfileData/InstrProfReader.h
  include/llvm/ProfileData/ProfileCommon.h
  include/llvm/ProfileData/SampleProfReader.h
  include/llvm/ProfileData/SampleProfWriter.h
  lib/IR/ProfileSummary.cpp
  lib/ProfileData/InstrProfReader.cpp
  lib/ProfileData/InstrProfWriter.cpp
  lib/ProfileData/ProfileSummaryBuilder.cpp
  lib/ProfileData/SampleProfReader.cpp
  lib/ProfileData/SampleProfWriter.cpp
  tools/llvm-profdata/llvm-profdata.cpp
  unittests/ProfileData/InstrProfTest.cpp
  unittests/ProfileData/SampleProfTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20390.57684.patch
Type: text/x-patch
Size: 25911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160518/2538ef0f/attachment.bin>


More information about the llvm-commits mailing list