[all-commits] [llvm/llvm-project] dd2bf3: [clang][Interp] Redo variable (re)visiting
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Jul 9 01:44:10 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd2bf3b840df260d794e37cc96d4498372aa08f6
https://github.com/llvm/llvm-project/commit/dd2bf3b840df260d794e37cc96d4498372aa08f6
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-07-09 (Tue, 09 Jul 2024)
Changed paths:
M clang/lib/AST/Interp/ByteCodeEmitter.h
M clang/lib/AST/Interp/Compiler.cpp
M clang/lib/AST/Interp/Compiler.h
M clang/lib/AST/Interp/EvalEmitter.cpp
M clang/lib/AST/Interp/EvalEmitter.h
M clang/test/C/C23/n3017.c
M clang/test/CodeGenCXX/no-const-init-cxx2a.cpp
M clang/test/SemaCXX/warn-unused-variables.cpp
Log Message:
-----------
[clang][Interp] Redo variable (re)visiting
Depending on the circumstances we visit variables in, we need to
be careful about when to destroy their temporaries and whether to
emit a Ret op at all or not.
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