[all-commits] [llvm/llvm-project] c304a2: [clang][bytecode][NFC] Code size is always aligned...

Timm Baeder via All-commits all-commits at lists.llvm.org
Sat Aug 2 08:29:32 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c304a2bb0c83ce34c7a63d9812888fc89c3facb5
      https://github.com/llvm/llvm-project/commit/c304a2bb0c83ce34c7a63d9812888fc89c3facb5
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2025-08-02 (Sat, 02 Aug 2025)

  Changed paths:
    M clang/lib/AST/ByteCode/ByteCodeEmitter.cpp

  Log Message:
  -----------
  [clang][bytecode][NFC] Code size is always aligned (#151824)

We don't need to align Code.size(), since we always resize it to aligned
values, so Code.size() is always aligned.



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