[clang] [Clang] Generate the GEP instead of adding AST nodes (PR #73730)
Nick Desaulniers via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 5 09:04:37 PST 2023
================
@@ -1411,6 +1411,8 @@ class CodeGenFunction : public CodeGenTypeCache {
/// decls.
DeclMapTy LocalDeclMap;
+ llvm::SmallDenseMap<const Expr *, LValue, 32> ExprLValueMap;
----------------
nickdesaulniers wrote:
Perhaps a comment as to what this map is used for?
https://github.com/llvm/llvm-project/pull/73730
More information about the cfe-commits
mailing list