Skip to content

Commit 3aa6a80

Browse files
committed
Drop autofdo profile generation
llvm/llvm-project#123420 dropped support for AutoFDO profile generation in BOLT.
1 parent 1a36ba2 commit 3aa6a80

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

test/X86/perf2bolt-multiple-edge.test

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,3 @@ CHECK-FUNC: Binary Function "_PyEval_EvalCodeWithName.localalias/1(*2)" after bu
4040
CHECK-FUNC: Successors: .Ltmp[[#]] (mispreds: 0, count: 1), .LFT[[#FT:]] (mispreds: 0, count: 10578)
4141
CHECK-FUNC: .LFT[[#FT]] (13 instructions, align : 1)
4242
CHECK-FUNC-NEXT: Exec Count : 10578
43-
44-
# Test autofdo profile generation (-autofdo option)
45-
RUN: perf2bolt -p %p/Output/libpython3.8-pyston2.3.so.1.0.perf \
46-
RUN: -skip-funcs=_PyEval_EvalFrame_AOT_Interpreter/1 \
47-
RUN: %p/Output/libpython3.8-pyston2.3.so.1.0.prebolt -o %t.afdo -autofdo
48-
RUN: FileCheck %s --check-prefix=CHECK-AFDO --input-file %t.afdo
49-
# LBR traces/fallthroughs: count, first record
50-
CHECK-AFDO: 24587
51-
CHECK-AFDO-NEXT: 119f8b-11a108:1
52-
# Basic samples: count, first record
53-
CHECK-AFDO: 59906
54-
CHECK-AFDO-NEXT: 7f3073120fe0:1
55-
# LBRs: count, first record
56-
CHECK-AFDO: 28450
57-
CHECK-AFDO-NEXT: 11a3d4->1c4f10:1

0 commit comments

Comments
 (0)