[all-commits] [llvm/llvm-project] a1eeb5: Bitcode: Stop combining function alignments into M...

Peter Collingbourne via All-commits all-commits at lists.llvm.org
Tue Aug 26 11:22:56 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a1eeb5902723116cf23e7d52380d1acca5b5530d
      https://github.com/llvm/llvm-project/commit/a1eeb5902723116cf23e7d52380d1acca5b5530d
  Author: Peter Collingbourne <peter at pcc.me.uk>
  Date:   2025-08-26 (Tue, 26 Aug 2025)

  Changed paths:
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp

  Log Message:
  -----------
  Bitcode: Stop combining function alignments into MaxAlignment.

MaxAlignment is used to produce the abbreviation for MODULE_CODE_GLOBALVAR
and is not used for anything related to function alignments, so stop
combining function alignments and rename it to make its purpose clearer.

Reviewers: teresajohnson

Reviewed By: teresajohnson

Pull Request: https://github.com/llvm/llvm-project/pull/155341



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