[all-commits] [llvm/llvm-project] 17d302: [clang][bytecode] Make union activation more granu...

Timm Baeder via All-commits all-commits at lists.llvm.org
Wed Jul 16 00:03:54 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 17d3029331a65ea54ad1bdbf79add03d5a71dcd4
      https://github.com/llvm/llvm-project/commit/17d3029331a65ea54ad1bdbf79add03d5a71dcd4
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2025-07-16 (Wed, 16 Jul 2025)

  Changed paths:
    M clang/lib/AST/ByteCode/Compiler.cpp
    M clang/lib/AST/ByteCode/Compiler.h
    M clang/lib/AST/ByteCode/Interp.cpp
    M clang/lib/AST/ByteCode/Interp.h
    M clang/lib/AST/ByteCode/Opcodes.td
    M clang/lib/AST/ByteCode/Pointer.cpp
    M clang/test/AST/ByteCode/cxx23.cpp
    M clang/test/AST/ByteCode/unions.cpp

  Log Message:
  -----------
  [clang][bytecode] Make union activation more granular (#148835)

Only activate things if the syntactical structure suggests so. This adds
a bunch of new opcodes to control whether to activate in stores, etc.

Fixes #134789



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