[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)
[llvm-project.git] / bolt / test / X86 / jump-table-icp.test
blob5b989d18018b0505f7293c6d00d238e5b1e101d6
1 RUN: llvm-mc -filetype=obj -triple x86_64-unknown-unknown \
2 RUN:   %p/Inputs/jump_table_icp.s -o %t.o
3 RUN: link_fdata %p/Inputs/jump_table_icp.s %t.o %t.fdata --nmtool llvm-nm
4 RUN: llvm-strip --strip-unneeded %t.o
5 RUN: %clang %cflags -no-pie %t.o -o %t.exe -Wl,-q
7 # This test has commands that rely on shell capabilities that won't execute
8 # correctly on Windows e.g. subshell execution
9 REQUIRES: shell
11 RUN: (llvm-bolt %t.exe --data %t.fdata -o %t --relocs \
12 RUN:   --reorder-blocks=cache --split-functions --split-all-cold \
13 RUN:   --use-gnu-stack --dyno-stats --indirect-call-promotion=jump-tables \
14 RUN:   --print-icp -v=0 \
15 RUN:   --enable-bat --print-cache-metrics \
16 RUN:   --icp-jt-remaining-percent-threshold=10 \
17 RUN:   --icp-jt-total-percent-threshold=2 \
18 RUN:   --indirect-call-promotion-topn=1 \
19 RUN:   --icp-jump-tables-targets --align-functions-max-bytes=7 2>&1 && \
20 RUN:   llvm-objdump -d %t --print-imm-hex) | FileCheck %s
22 BOLT-INFO: ICP total indirect callsites = 0
23 BOLT-INFO: ICP total jump table callsites = 2
24 BOLT-INFO: ICP total number of calls = 2137
25 BOLT-INFO: ICP percentage of calls that are indirect = 0.0%
26 BOLT-INFO: ICP percentage of indirect calls that can be optimized = 0.0%
27 BOLT-INFO: ICP percentage of indirect calls that are optimized = 0.0%
28 BOLT-INFO: ICP percentage of jump table calls that can be optimized = 17.7%
29 BOLT-INFO: ICP percentage of jump table calls that are optimized = 100.0%
31 CHECK: Binary Function "_Z3inci" after indirect-call-promotion
32 CHECK: .LBB{{.*}} (8 instructions, align : 1)
33 CHECK-NEXT:   Entry Point
34 CHECK-NEXT:   Exec Count : 1073
35 CHECK:   Successors: .Ltmp{{.*}} (mispreds: 189, count: 189), .LFT{{.*}} (mispreds: 0, count: 881)
37 CHECK: .LFT{{.*}} (4 instructions, align : 1)
38 CHECK-NEXT:   Exec Count : 881
39 CHECK:   Predecessors: .LBB{{.*}}
40 CHECK:     je {{.*}} # Offset: 28
41 CHECK-NEXT: Successors: .Ltmp{{.*}} (mispreds: 138, count: 155), .Ltmp{{.*}} (mispreds: 0, count: 726)
43 CHECK: .Ltmp{{.*}} (1 instructions, align : 1)
44 CHECK-NEXT:   Exec Count : 726
45 CHECK:   Predecessors: .LFT{{.*}}
46 CHECK:     jmpq {{.*}} # Offset: 28
47 CHECK-NEXT: Successors: .L{{.*}} (mispreds: 126, count: 157), .L{{.*}} (mispreds: 140, count: 156), .L{{.*}} (mispreds: 134, count: 152), .L{{.*}} (mispreds: 137, count: 150), .L{{.*}} (mispreds: 129, count: 148), .L{{.*}} (mispreds: 0, count: 0)
49 CHECK: .Ltmp{{.*}} (5 instructions, align : 1)
50 CHECK-NEXT:  Exec Count : 167
51 CHECK:  Predecessors: .Ltmp{{.*}}, .LFT{{.*}}
53 CHECK: .Ltmp{{.*}} (5 instructions, align : 1)
54 CHECK-NEXT:  Exec Count : 156
55 CHECK:  Predecessors: .Ltmp{{.*}}
57 CHECK: .Ltmp{{.*}} (5 instructions, align : 1)
58 CHECK-NEXT:  Exec Count : 157
59 CHECK:  Predecessors: .Ltmp{{.*}}
61 CHECK: .Ltmp{{.*}} (5 instructions, align : 1)
62 CHECK-NEXT:  Exec Count : 148
63 CHECK:  Predecessors: .Ltmp{{.*}}
65 CHECK: .Ltmp{{.*}} (5 instructions, align : 1)
66 CHECK-NEXT:  Exec Count : 150
67 CHECK:  Predecessors: .Ltmp{{.*}}
69 CHECK: Binary Function "_Z7inc_dupi" after indirect-call-promotion
70 CHECK: .LBB{{.*}} (8 instructions, align : 1)
71 CHECK-NEXT:   Entry Point
72 CHECK-NEXT:   Exec Count : 1064
73 CHECK:   Successors: .Ltmp{{.*}} (mispreds: 143, count: 144), .LFT{{.*}} (mispreds: 0, count: 777)
75 CHECK: .LFT{{.*}} (4 instructions, align : 1)
76 CHECK-NEXT:   Exec Count : 777
77 CHECK:   Predecessors: .LBB{{.*}}
78 CHECK:   Successors: .Ltmp{{.*}} (mispreds: 120, count: 138), .Ltmp{{.*}} (mispreds: 0, count: 639)
80 CHECK: .Ltmp{{.*}} (1 instructions, align : 1)
81 CHECK-NEXT:   Exec Count : 639
82 CHECK:   Predecessors: .LFT{{.*}}
83 CHECK:   Successors: .L{{.*}} (mispreds: 130, count: 137), .L{{.*}} (mispreds: 126, count: 136), .L{{.*}} (mispreds: 122, count: 130), .L{{.*}} (mispreds: 111, count: 130), .L{{.*}} (mispreds: 104, count: 114), .L{{.*}} (mispreds: 0, count: 0)
85 CHECK: .Ltmp{{.*}} (5 instructions, align : 1)
86 CHECK-NEXT:   Exec Count : 137
87 CHECK:   Predecessors: .Ltmp{{.*}}
88 CHECK:   Successors: .Ltmp{{.*}} (mispreds: 0, count: 106)
90 CHECK: .Ltmp{{.*}} (5 instructions, align : 1)
91 CHECK-NEXT:   Exec Count : 136
92 CHECK:   Predecessors: .Ltmp{{.*}}
93 CHECK:   Successors: .Ltmp{{.*}} (mispreds: 0, count: 113)
95 CHECK: .Ltmp{{.*}} (5 instructions, align : 1)
96 CHECK-NEXT:   Exec Count : 130
97 CHECK:   Predecessors: .Ltmp{{.*}}
98 CHECK:   Successors: .Ltmp{{.*}} (mispreds: 0, count: 97)
100 CHECK: .Ltmp{{.*}} (5 instructions, align : 1)
101 CHECK-NEXT:   Exec Count : 130
102 CHECK:   Predecessors: .Ltmp{{.*}}
103 CHECK:   Successors: .Ltmp{{.*}} (mispreds: 0, count: 105)
105 CHECK: .Ltmp{{.*}} (5 instructions, align : 1)
106 CHECK-NEXT:   Exec Count : 140
107 CHECK:   Predecessors: .Ltmp{{.*}}, .LFT{{.*}}
108 CHECK:   Successors: .Ltmp{{.*}} (mispreds: 0, count: 98)
110 CHECK:     <_Z3inci>:
111 CHECK:          movq    0x{{.*}}(,%rax,8), %rax
112 CHECK-NEXT:    cmpq    $0x{{.*}}, %rax
113 CHECK-NEXT:    je {{.*}} <_Z3inci+0x{{.*}}>
114 CHECK-NEXT:     jmpq   *%rax
116 CHECK:     <_Z7inc_dupi>:
117 CHECK:          movq    0x{{.*}}(,%rax,8), %rax
118 CHECK-NEXT:    cmpq $0x{{.*}}, %rax
119 CHECK-NEXT:    je {{.*}} <_Z7inc_dupi+0x{{.*}}>
120 CHECK-NEXT:     jmpq   *%rax