[all-commits] [llvm/llvm-project] a5e84a: [NFC] Address bit-field storage sizes to ensure id...

Oliver Hunt via All-commits all-commits at lists.llvm.org
Tue May 13 19:26:02 PDT 2025


  Branch: refs/heads/users/ojhunt/bit-field-storage-fixes
  Home:   https://github.com/llvm/llvm-project
  Commit: a5e84aa67d84b35dae7b9d76af5037e1d3ae7cd7
      https://github.com/llvm/llvm-project/commit/a5e84aa67d84b35dae7b9d76af5037e1d3ae7cd7
  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