[all-commits] [llvm/llvm-project] 7bb615: [clang][Interp] Materializing primitive temporaries
Timm Bäder via All-commits
all-commits at lists.llvm.org
Fri Feb 3 06:11:41 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7bb615ea0ec015eb5991ddc00e0a3fc31cb2735e
https://github.com/llvm/llvm-project/commit/7bb615ea0ec015eb5991ddc00e0a3fc31cb2735e
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-02-03 (Fri, 03 Feb 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/lib/AST/Interp/ByteCodeExprGen.h
M clang/lib/AST/Interp/Interp.h
M clang/lib/AST/Interp/Opcodes.td
M clang/test/AST/Interp/references.cpp
Log Message:
-----------
[clang][Interp] Materializing primitive temporaries
Implement MaterializeTemporaryExpr for primitive types.
Differential Revision: https://reviews.llvm.org/D136017
More information about the All-commits
mailing list