diff options
Diffstat (limited to 'llvm/test/Transforms/PGOProfile/Inputs/multiple_hash_profile.proftext')
| -rw-r--r-- | llvm/test/Transforms/PGOProfile/Inputs/multiple_hash_profile.proftext | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/llvm/test/Transforms/PGOProfile/Inputs/multiple_hash_profile.proftext b/llvm/test/Transforms/PGOProfile/Inputs/multiple_hash_profile.proftext new file mode 100644 index 00000000000..5bf67fb2bfa --- /dev/null +++ b/llvm/test/Transforms/PGOProfile/Inputs/multiple_hash_profile.proftext @@ -0,0 +1,36 @@ +# IR level Instrumentation Flag +:ir +_Z3fooi +# Func Hash: +72057606922829823 +# Num Counters: +2 +# Counter Values: +18 +12 + +_Z3fooi +# Func Hash: +12884901887 +# Num Counters: +1 +# Counter Values: +0 + +_Z3bari +# Func Hash: +72057606922829823 +# Num Counters: +2 +# Counter Values: +0 +0 + +_Z4m2f1v +# Func Hash: +12884901887 +# Num Counters: +1 +# Counter Values: +1 + |

