[all-commits] [llvm/llvm-project] f508d9: [clang][Interp] Don't create global variables more...
Timm Bäder via All-commits
all-commits at lists.llvm.org
Thu Apr 13 06:48:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f508d9b1d4fa48e7586b9587a22be23c976297a7
https://github.com/llvm/llvm-project/commit/f508d9b1d4fa48e7586b9587a22be23c976297a7
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-04-13 (Thu, 13 Apr 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
Log Message:
-----------
[clang][Interp] Don't create global variables more than once
just because we're being told to evaluate it twice. This sometimes
happens when a variable is evaluated again during codegen.
Differential Revision: https://reviews.llvm.org/D147535
More information about the All-commits
mailing list