[all-commits] [llvm/llvm-project] c995c5: [KeyInstr] Add bitcode support (#147260)
Jeremy Morse via All-commits
all-commits at lists.llvm.org
Mon Jul 7 03:58:08 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c995c5035567a0d5f3c9bcd6d07cdc3e5651099a
https://github.com/llvm/llvm-project/commit/c995c5035567a0d5f3c9bcd6d07cdc3e5651099a
Author: Jeremy Morse <jeremy.morse at sony.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
A llvm/test/DebugInfo/KeyInstructions/Generic/link-two-modes.ll
A llvm/test/DebugInfo/KeyInstructions/Generic/roundtrip.ll
Log Message:
-----------
[KeyInstr] Add bitcode support (#147260)
Serialise key-instruction fields of DILocations and DISubprograms into
and outof bitcode, add tests. debug-info bitcode sizes grow, but it
balances out given an earlier size optimisation in 51f4e2c.
Co-authored-by: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list