[PATCH] D13145: Change sample profile format to hierarchical using inline stack.
Dehao Chen via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 29 10:58:59 PDT 2015
danielcdh added inline comments.
================
Comment at: test/Transforms/SampleProfile/Inputs/calls.prof:8
@@ +7,2 @@
+ 3: 5391
+ 3.1: 5752 _Z3sumii:5860
----------------
dnovillo wrote:
> Could you leave the original comment in? Useful for documentation.
The new format does not take comments in profile. Do you think we want to support it?
http://reviews.llvm.org/D13145
More information about the llvm-commits
mailing list