repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-profdata
/
sample-empty-lines.test
blob
1793a4eab6a880c81e0ddcde65351aa83046439f
1
Test llvm-profdata merge can handle empty line with spaces in text format sample profile.
2
3
RUN: llvm-profdata merge --sample --text %p/Inputs/sample-empty-lines.proftext | FileCheck %s
4
CHECK: main:10:1
5
CHECK-NEXT: 2: 3
6
CHECK-NEXT: 3: inline1:5
7
CHECK-NEXT: 4: 1
8