summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SampleProfile/Inputs
diff options
context:
space:
mode:
authorDehao Chen <dehao@google.com>2016-08-12 16:22:12 +0000
committerDehao Chen <dehao@google.com>2016-08-12 16:22:12 +0000
commitc0a1e432c7565e28f437757cc31d6efe09db874b (patch)
tree670e6733a48623ede37b515fb9bf360644340972 /llvm/test/Transforms/SampleProfile/Inputs
parent4a1e87d9c6c62a3c08982193ccec0540487b0156 (diff)
downloadbcm5719-llvm-c0a1e432c7565e28f437757cc31d6efe09db874b.tar.gz
bcm5719-llvm-c0a1e432c7565e28f437757cc31d6efe09db874b.zip
Fine tuning of sample profile propagation algorithm.
Summary: The refined propagation algorithm is more accurate and robust. Reviewers: davidxl, dnovillo Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D23224 llvm-svn: 278522
Diffstat (limited to 'llvm/test/Transforms/SampleProfile/Inputs')
-rw-r--r--llvm/test/Transforms/SampleProfile/Inputs/branch.prof2
-rw-r--r--llvm/test/Transforms/SampleProfile/Inputs/fnptr.binprofbin221 -> 225 bytes
-rw-r--r--llvm/test/Transforms/SampleProfile/Inputs/fnptr.prof1
3 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SampleProfile/Inputs/branch.prof b/llvm/test/Transforms/SampleProfile/Inputs/branch.prof
index ac958e325c4..035af631a7a 100644
--- a/llvm/test/Transforms/SampleProfile/Inputs/branch.prof
+++ b/llvm/test/Transforms/SampleProfile/Inputs/branch.prof
@@ -1,4 +1,4 @@
-main:15680:0
+main:15680:2500
1: 2500
4: 1000
5: 1000
diff --git a/llvm/test/Transforms/SampleProfile/Inputs/fnptr.binprof b/llvm/test/Transforms/SampleProfile/Inputs/fnptr.binprof
index 420fd8f86d0..71934365218 100644
--- a/llvm/test/Transforms/SampleProfile/Inputs/fnptr.binprof
+++ b/llvm/test/Transforms/SampleProfile/Inputs/fnptr.binprof
Binary files differ
diff --git a/llvm/test/Transforms/SampleProfile/Inputs/fnptr.prof b/llvm/test/Transforms/SampleProfile/Inputs/fnptr.prof
index 2491c427393..01680d846d8 100644
--- a/llvm/test/Transforms/SampleProfile/Inputs/fnptr.prof
+++ b/llvm/test/Transforms/SampleProfile/Inputs/fnptr.prof
@@ -3,6 +3,7 @@ _Z3fooi:7711:610
_Z3bari:20301:1437
1: 1437
main:184019:0
+ 3: 0
4: 534
6: 2080
9: 2064 _Z3bari:1471 _Z3fooi:631
OpenPOWER on IntegriCloud