[PATCH] D14547: [llvm-profdata] Add support for weighted merge of profile data

Diego Novillo via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 10 15:05:22 PST 2015


On Tue, Nov 10, 2015 at 5:57 PM, Xinliang David Li <davidxl at google.com>
wrote:

There is no conflation. We can think of the input list be a list of
> weighted input files. The formal definition:
>
> A weighted input is specified by the file path of the input profile file
> optionally followed by a integer separated with a comma. The integer
> specifies the weight of the input profile. If it is missing, the default is
> 1.
>
> How does this sound?
>

Sure.  I think I'm convinced.  Thanks.


Diego.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151110/576062f1/attachment.html>


More information about the llvm-commits mailing list