[all-commits] [llvm/llvm-project] a28452: [NFC] Address bit-field storage sizes to ensure id...
Oliver Hunt via All-commits
all-commits at lists.llvm.org
Tue May 13 19:35:05 PDT 2025
Branch: refs/heads/users/ojhunt/bit-field-storage-fixes
Home: https://github.com/llvm/llvm-project
Commit: a28452d50023ca12435e2d60933852e1b6728fe1
https://github.com/llvm/llvm-project/commit/a28452d50023ca12435e2d60933852e1b6728fe1
Author: Oliver Hunt <oliver at apple.com>
Date: 2025-05-13 (Tue, 13 May 2025)
Changed paths:
M llvm/include/llvm/ADT/ImmutableSet.h
M llvm/include/llvm/Bitstream/BitCodes.h
M llvm/include/llvm/Demangle/ItaniumDemangle.h
M llvm/include/llvm/IR/Metadata.h
M llvm/include/llvm/IR/ModuleSummaryIndex.h
M llvm/include/llvm/IR/User.h
Log Message:
-----------
[NFC] Address bit-field storage sizes to ensure ideal packing
The MS bit-field packing ABI depends on the storage size of the type
of being placed in the bit-field. This PR addresses a number of cases
in llvm where the storage type has lead to suboptimal packing.
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