[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / tools / llvm-profdata / input-filenames.test
blob4f29e7bea9b8f3b8aab54e41d6c6403bceb89ef5
1 # Create an input file.
2 RUN: echo '# comment 1' > %t.input
3 RUN: echo ' # comment 2' >> %t.input
4 RUN: echo " %t.bar" >> %t.input
5 RUN: echo " %t.baz" >> %t.input
6 RUN: echo "2,%t.weighted" >> %t.input
8 RUN: echo ' ' > %t.weighted
9 RUN: echo ' ' > %t.foo
10 RUN: echo ' ' > %t.bar
11 RUN: echo ' ' > %t.baz
13 RUN: llvm-profdata merge -f %t.input -dump-input-file-list -o /dev/null %t.foo | FileCheck %s
14 RUN: llvm-profdata merge -input-files %t.input -dump-input-file-list -o /dev/null %t.foo | FileCheck %s
16 CHECK: 1,{{.*}}.foo
17 CHECK-NEXT: 1,{{.*}}.bar
18 CHECK-NEXT: 1,{{.*}}.baz
19 CHECK-NEXT: 2,{{.*}}.weighted