| # RUN: llvm-profdata merge --text -j 4 %s %s %s %s -o %t 2>&1 | FileCheck %s | |
| # RUN: llvm-profdata merge --binary -j 4 %s %s %s %s -o %t 2>&1 | FileCheck %s | |
| # IR level Instrumentation Flag | |
| # CHECK: warning: invalid profile created | |
| :ir | |
| foo | |
| # Func Hash: | |
| 35277121310 | |
| # Num Counters: | |
| 3 | |
| # Counter Values: | |
| 20 | |
| 556 | |
| 1 | |
| # Num Value Kinds: | |
| 1 | |
| # ValueKind = IPVK_MemOPSize: | |
| 1 | |
| # NumValueSites: | |
| 1 | |
| 9 | |
| 0:99 | |
| 0:88 | |
| 3:77 | |
| 9:72 | |
| 4:66 | |
| 5:55 | |
| 6:44 | |
| 7:33 | |
| 8:22 |