[all-commits] [llvm/llvm-project] 76e38c: [clang][bytecode] Try to load primitive values dir...

Timm Baeder via All-commits all-commits at lists.llvm.org
Mon Aug 4 03:28:55 PDT 2025


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

  Changed paths:
    M clang/lib/AST/ByteCode/Compiler.cpp
    M clang/lib/AST/ByteCode/EvalEmitter.cpp
    M clang/lib/AST/ByteCode/Interp.cpp
    M clang/lib/AST/ByteCode/Interp.h
    M clang/test/AST/ByteCode/cxx11.cpp

  Log Message:
  -----------
  [clang][bytecode] Try to load primitive values directly (#151833)

Instead of doing a GetPtrLocal + Load or GetPtrGlobal + Load pair, try
to load the value directly.



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