You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/bolt/bolt-spe.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Using BOLT with SPE
2
+
title: Use BOLT with SPE
3
3
weight: 6
4
4
5
5
### FIXED, DO NOT MODIFY
@@ -8,7 +8,12 @@ layout: learningpathall
8
8
9
9
## BOLT with SPE
10
10
11
-
The steps to optimize an executable with BOLT using Perf SPE is below.
11
+
{{% notice Important Note %}}
12
+
Currently, BOLT may not generate a faster binary when using Perf SPE due to limitations within `perf` and BOLT itself.
13
+
For more information and the latest updates see: [[AArch64] BOLT does not support SPE branch data](https://github.com/llvm/llvm-project/issues/115333).
14
+
{{% /notice %}}
15
+
16
+
The steps to use BOLT with Perf SPE are listed below.
0 commit comments