[all-commits] [llvm/llvm-project] 1f2d93: [clang][bytecode] Support pointers in __builtin_me...

Timm Baeder via All-commits all-commits at lists.llvm.org
Thu Dec 19 07:39:20 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1f2d934525833c4aae5f0436fd99551c776fd246
      https://github.com/llvm/llvm-project/commit/1f2d934525833c4aae5f0436fd99551c776fd246
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2024-12-19 (Thu, 19 Dec 2024)

  Changed paths:
    M clang/lib/AST/ByteCode/InterpBuiltin.cpp
    M clang/lib/AST/ByteCode/InterpBuiltinBitCast.cpp
    M clang/lib/AST/ByteCode/InterpBuiltinBitCast.h
    M clang/lib/AST/ByteCode/Pointer.h
    M clang/test/AST/ByteCode/builtin-functions.cpp

  Log Message:
  -----------
  [clang][bytecode] Support pointers in __builtin_mem{move,cpy} (#120560)

Unfortunately, that means we can't use the __builtin_bit_cast
implementation for this.



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