[llvm-branch-commits] [llvm] [BOLT][AArch64] Release notes for llvm 22 (PR #176117)

Cullen Rhodes via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jan 22 00:22:23 PST 2026


https://github.com/c-rhodes updated https://github.com/llvm/llvm-project/pull/176117

>From ac115a9d62ab02fbde68794c545fbf1bf49c8a28 Mon Sep 17 00:00:00 2001
From: Paschalis Mpeis <paschalis.mpeis at arm.com>
Date: Thu, 15 Jan 2026 09:53:41 +0000
Subject: [PATCH] [BOLT][AArch64] Release notes for llvm 22

Add note on AArch64 Lite-mode support.

Co-authored-by: Maksim Panchenko <maks at fb.com>
---
 llvm/docs/ReleaseNotes.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index c99ac8f2f41c4..dc6ebf3b022cc 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -317,6 +317,10 @@ Changes to LLDB
 Changes to BOLT
 ---------------------------------
 
+*	Added support for lite mode on AArch64. It can be enabled with -lite=1. When
+  used, BOLT avoids duplicating cold code by reusing the original code, which
+  reduces output binary size.
+
 Changes to Sanitizers
 ---------------------
 



More information about the llvm-branch-commits mailing list