[all-commits] [llvm/llvm-project] b4c6ab: [clang][Interp][NFC] Don't use visitLocalInitializ...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Sat Feb 10 09:03:29 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4c6ab600f2ef6f3a842afee569dcf86bce7a43a
https://github.com/llvm/llvm-project/commit/b4c6ab600f2ef6f3a842afee569dcf86bce7a43a
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-02-10 (Sat, 10 Feb 2024)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
Log Message:
-----------
[clang][Interp][NFC] Don't use visitLocalInitializer in visitExpr
We were unnecessarily getting the pointer of the local variable twice.
More information about the All-commits
mailing list