[PATCH] D18289: Attach profile summary information to module

Easwaran Raman via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 18 16:14:32 PDT 2016


eraman created this revision.
eraman added a reviewer: vsk.
eraman added subscribers: cfe-commits, davidxl.

This allows optimization passes to make use of detailed profile summary. Once this is in and the optimization passes are made to use this, the "MaxFunctionCount" flag will be removed as the profile summary supersedes that.

http://reviews.llvm.org/D18289

Files:
  lib/CodeGen/CodeGenModule.cpp
  test/Profile/Inputs/profile-summary.proftext
  test/Profile/profile-summary.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18289.51088.patch
Type: text/x-patch
Size: 3472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160318/741f862b/attachment.bin>


More information about the cfe-commits mailing list