[all-commits] [llvm/llvm-project] 0a656d: [Bitcode] Add abbreviations for additional instruc...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jul 3 05:28:54 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a656d8e57c942bde43b074f4ccabbdc9278a49e
https://github.com/llvm/llvm-project/commit/0a656d8e57c942bde43b074f4ccabbdc9278a49e
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
M llvm/test/Bitcode/function-encoding-rel-operands.ll
Log Message:
-----------
[Bitcode] Add abbreviations for additional instructions (#146825)
Add abbreviations for icmp/fcmp, store and br, which are the most common
instructions that don't have abbreviations yet. This requires increasing
the abbreviation size to 5 bits.
This gives about 3-5% bitcode size reductions for the clang build.
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