[all-commits] [llvm/llvm-project] 56fd46: [clang][bytecode] Remove a bitcast nullptr_t speci...

Timm Baeder via All-commits all-commits at lists.llvm.org
Tue Dec 17 04:23:37 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 56fd46edb38e4bab7e48c668683ba72709beb64f
      https://github.com/llvm/llvm-project/commit/56fd46edb38e4bab7e48c668683ba72709beb64f
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2024-12-17 (Tue, 17 Dec 2024)

  Changed paths:
    M clang/lib/AST/ByteCode/Compiler.cpp
    M clang/lib/AST/ByteCode/Interp.h
    M clang/lib/AST/ByteCode/Opcodes.td
    M clang/test/AST/ByteCode/builtin-bit-cast.cpp

  Log Message:
  -----------
  [clang][bytecode] Remove a bitcast nullptr_t special case (#120188)

We still need to check the input pointer, so let this go through
BitCastPrim.



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