[all-commits] [llvm/llvm-project] 7b1a05: [clang][Interp][NFC] Use direct Get{Local, Global} ...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Fri Nov 10 02:31:00 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b1a0580216796045b880251e031a1e5e0ecad74
https://github.com/llvm/llvm-project/commit/7b1a0580216796045b880251e031a1e5e0ecad74
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-11-10 (Fri, 10 Nov 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
Log Message:
-----------
[clang][Interp][NFC] Use direct Get{Local,Global} when possible
When returning variable declaration values, try to get the value
directly instead of always going through a Pointer.
More information about the All-commits
mailing list