[PATCH] D13145: Change sample profile format to hierarchical using inline stack.
Diego Novillo via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 29 11:04:40 PDT 2015
dnovillo accepted this revision.
dnovillo added a comment.
This revision is now accepted and ready to land.
LGTM with the support of '#' comments in the input text profile.
================
Comment at: test/Transforms/SampleProfile/Inputs/calls.prof:8
@@ +7,2 @@
+ 3: 5391
+ 3.1: 5752 _Z3sumii:5860
----------------
Yeah. It's easy enough to support and since the text format is used for tests, it's a useful feature to have.
http://reviews.llvm.org/D13145
More information about the llvm-commits
mailing list