1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

[PGO] Add v2 format compatibility test

llvm-svn: 254572
This commit is contained in:
Xinliang David Li 2015-12-03 01:05:31 +00:00
parent 6e18178399
commit bd5d5ab3e1
2 changed files with 20 additions and 0 deletions

Binary file not shown.

View File

@ -45,3 +45,23 @@ large_numbers
# SUMMARY: Total functions: 3
# SUMMARY: Maximum function count: 2305843009213693952
# SUMMARY: Maximum internal block count: 1152921504606846976
# RUN: llvm-profdata show %S/Inputs/compat.profdata.v2 -all-functions --counts | FileCheck %s -check-prefix=FORMATV2
# FORMATV2: Counters:
# FORMATV2-NEXT: foo:
# FORMATV2-NEXT: Hash: 0x000000000000000a
# FORMATV2-NEXT: Counters: 2
# FORMATV2-NEXT: Function count: 499500
# FORMATV2-NEXT: Block counts: [179900]
# FORMATV2-NEXT: main:
# FORMATV2-NEXT: Hash: 0x000000000000410a
# FORMATV2-NEXT: Counters: 4
# FORMATV2-NEXT: Function count: 1
# FORMATV2-NEXT: Block counts: [1000, 1000000, 499500]
# FORMATV2-NEXT: Functions shown: 2
# FORMATV2-NEXT: Total functions: 2
# FORMATV2-NEXT: Maximum function count: 499500
# FORMATV2-NEXT: Maximum internal block count: 1000000