[PATCH] D17624: Metadata support for profile summary

Easwaran Raman via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 16:42:49 PST 2016


eraman created this revision.
eraman added reviewers: davidxl, vsk, dnovillo.
eraman added a subscriber: llvm-commits.

This adds support to convert ProfileSummary object to Metadata and create a ProfileSummary object from metadata. This would allow attaching profile summary information to Module allowing optimization passes to use it.

http://reviews.llvm.org/D17624

Files:
  include/llvm/ProfileData/ProfileCommon.h
  lib/ProfileData/ProfileSummary.cpp
  unittests/ProfileData/InstrProfTest.cpp
  unittests/ProfileData/SampleProfTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17624.49121.patch
Type: text/x-patch
Size: 24162 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160226/36b5b531/attachment.bin>


More information about the llvm-commits mailing list