|
14 | 14 | ; RUN: rm -f %t; opt < %s -disable-output -passes='default<O2>' -time-passes -info-output-file=%t
|
15 | 15 | ; RUN: cat %t | FileCheck %s --check-prefix=TIME
|
16 | 16 | ;
|
| 17 | +; TIME: Analysis execution timing report |
| 18 | +; TIME: Total Execution Time: |
| 19 | +; TIME: Name |
| 20 | +; TIME-PER-RUN-DAG: ScalarEvolutionAnalysis |
| 21 | +; TIME-PER-RUN-DAG: LoopAnalysis |
| 22 | +; TIME-PER-RUN-DAG: DominatorTreeAnalysis |
| 23 | +; TIME-PER-RUN-DAG: TargetLibraryAnalysis |
| 24 | +; TIME-PER-PASS-DAG: ScalarEvolutionAnalysis |
| 25 | +; TIME-PER-PASS-DAG: LoopAnalysis |
| 26 | +; TIME-PER-PASS-DAG: DominatorTreeAnalysis |
| 27 | +; TIME-PER-PASS-DAG: TargetLibraryAnalysis |
| 28 | +; TIME-PER-PASS-NOT: ScalarEvolutionAnalysis # |
| 29 | +; TIME-PER-PASS-NOT: LoopAnalysis # |
| 30 | +; TIME-PER-PASS-NOT: DominatorTreeAnalysis # |
| 31 | +; TIME-PER-PASS-NOT: TargetLibraryAnalysis # |
| 32 | +; TIME: Total{{$}} |
| 33 | + |
17 | 34 | ; TIME: Pass execution timing report
|
18 | 35 | ; TIME: Total Execution Time:
|
19 | 36 | ; TIME: Name
|
|
46 | 63 | ; TIME-PER-PASS-NOT: VerifierPass #
|
47 | 64 | ; TIME: Total{{$}}
|
48 | 65 |
|
49 |
| -; TIME: Analysis execution timing report |
50 |
| -; TIME: Total Execution Time: |
51 |
| -; TIME: Name |
52 |
| -; TIME-PER-RUN-DAG: ScalarEvolutionAnalysis |
53 |
| -; TIME-PER-RUN-DAG: LoopAnalysis |
54 |
| -; TIME-PER-RUN-DAG: DominatorTreeAnalysis |
55 |
| -; TIME-PER-RUN-DAG: TargetLibraryAnalysis |
56 |
| -; TIME-PER-PASS-DAG: ScalarEvolutionAnalysis |
57 |
| -; TIME-PER-PASS-DAG: LoopAnalysis |
58 |
| -; TIME-PER-PASS-DAG: DominatorTreeAnalysis |
59 |
| -; TIME-PER-PASS-DAG: TargetLibraryAnalysis |
60 |
| -; TIME-PER-PASS-NOT: ScalarEvolutionAnalysis # |
61 |
| -; TIME-PER-PASS-NOT: LoopAnalysis # |
62 |
| -; TIME-PER-PASS-NOT: DominatorTreeAnalysis # |
63 |
| -; TIME-PER-PASS-NOT: TargetLibraryAnalysis # |
64 |
| -; TIME: Total{{$}} |
65 |
| - |
66 | 66 | define i32 @foo() {
|
67 | 67 | %res = add i32 5, 4
|
68 | 68 | br label %loop1
|
|
0 commit comments