[all-commits] [llvm/llvm-project] 88823d: [clang][bytecode][NFC] Switch BitcastBuffer to Sma...

Timm Baeder via All-commits all-commits at lists.llvm.org
Sun Nov 3 02:17:21 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 88823d08ab850efc40cf20498a697f4532aad1fd
      https://github.com/llvm/llvm-project/commit/88823d08ab850efc40cf20498a697f4532aad1fd
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2024-11-03 (Sun, 03 Nov 2024)

  Changed paths:
    M clang/lib/AST/ByteCode/InterpBuiltinBitCast.cpp
    M clang/test/AST/ByteCode/builtin-bit-cast.cpp

  Log Message:
  -----------
  [clang][bytecode][NFC] Switch BitcastBuffer to SmallVector (#114677)

This is a little easier to work with since we are guaranteed that the
item type of the vector is byte sized and not something else.



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