[llvm-branch-commits] [llvm] [docs] Add BOLT release notes (PR #211522)

Paschalis Mpeis via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 23 04:02:22 PDT 2026


https://github.com/paschalis-mpeis created https://github.com/llvm/llvm-project/pull/211522

None

>From 794f7d5daffaba96445a5051683f429fe6c4d052 Mon Sep 17 00:00:00 2001
From: Paschalis Mpeis <paschalis.mpeis at arm.com>
Date: Thu, 23 Jul 2026 11:58:01 +0100
Subject: [PATCH] [docs] Add BOLT release notes

---
 llvm/docs/ReleaseNotes.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 36c8ed68cff28..6a42d439e4ac6 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -519,6 +519,13 @@ Makes programs 10x faster by doing Special New Thing.
 
 ### Changes to BOLT
 
+*  BOLT can now process BTI-enabled AArch64 binaries and patch PLT entries or
+    indirect branch targets with BTI landing pads where possible.
+
+* BOLT adds compact-code-model support for Armv9.6-A FEAT_CMPBR
+  compare-and-branch instructions, including support for block reordering,
+  function splitting, branch inversion where legal.
+
 ### Changes to Sanitizers
 
 * Add a random delay into ThreadSanitizer to help find rare thread interleavings.



More information about the llvm-branch-commits mailing list