[PATCH] Refactor classes in sample profiler for new functionality

Diego Novillo dnovillo at google.com
Tue Nov 19 11:14:32 PST 2013


Hi chandlerc,

I'm adding new functionality in the sample profiler. This will
require more data to be kept around for each function, so I moved
the structure SampleProfile that we keep for each function into
a separate class.

There are no functional changes in this patch. It simply provides
a new home where to place all the new data that I need to propagate
weights through edges.

There are some other name and minor edits throughout.

http://llvm-reviews.chandlerc.com/D2223

Files:
  lib/Transforms/Scalar/SampleProfile.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2223.1.patch
Type: text/x-patch
Size: 13326 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131119/9defc4da/attachment.bin>


More information about the llvm-commits mailing list