diff options
Diffstat (limited to 'llvm/test/Transforms/SampleProfile/Inputs')
3 files changed, 16 insertions, 3 deletions
diff --git a/llvm/test/Transforms/SampleProfile/Inputs/einline.prof b/llvm/test/Transforms/SampleProfile/Inputs/einline.prof index 624990b47ef..1b0f3922658 100644 --- a/llvm/test/Transforms/SampleProfile/Inputs/einline.prof +++ b/llvm/test/Transforms/SampleProfile/Inputs/einline.prof @@ -1,7 +1,7 @@ _Z3foov:200:100 - 1: _Z3barv:0 + 1: _ZL3barv:0 2: no_inline:100 - 3: _Z3barv:100 + 3: _ZL3barv:100 recursive:200:100 1: recursive:100 2: recursive:100 diff --git a/llvm/test/Transforms/SampleProfile/Inputs/inline-callee-update.prof b/llvm/test/Transforms/SampleProfile/Inputs/inline-callee-update.prof index b33f2bf998b..ecd93127472 100644 --- a/llvm/test/Transforms/SampleProfile/Inputs/inline-callee-update.prof +++ b/llvm/test/Transforms/SampleProfile/Inputs/inline-callee-update.prof @@ -4,7 +4,7 @@ sample_loader_inlinee:3000:0 1: direct_leaf_func:35000 11: 3000 test_cgscc_inline:63067:0 - 1: sample_loader_inlinee:1 + 1: cgscc_inlinee:1 cgscc_inlinee:3000:0 1: direct_leaf_func:35000 11: 3000
\ No newline at end of file diff --git a/llvm/test/Transforms/SampleProfile/Inputs/inline-mergeprof.prof b/llvm/test/Transforms/SampleProfile/Inputs/inline-mergeprof.prof new file mode 100644 index 00000000000..96ac2decb7c --- /dev/null +++ b/llvm/test/Transforms/SampleProfile/Inputs/inline-mergeprof.prof @@ -0,0 +1,13 @@ +main:225715:0 + 2.1: 5553 + 3: 5391 + 3.1: _Z3sumii:46 + 1: 23 + 2: _Z3subii:2 + 1: 2 + 3: 21 + +_Z3sumii:11:22 + 1: 11 + 2: 10 _Z3subii:10 + 3: 1
\ No newline at end of file |