[PATCH] D137872: Try to implement lambdas with inalloca parameters by forwarding without use of inallocas.
Amy Huang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 18 16:29:24 PST 2022
akhuang updated this revision to Diff 476633.
akhuang added a comment.
Clean up existing code and add code to make the call operator also call the new function.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137872/new/
https://reviews.llvm.org/D137872
Files:
clang/include/clang/AST/DeclCXX.h
clang/include/clang/CodeGen/CGFunctionInfo.h
clang/lib/AST/DeclCXX.cpp
clang/lib/CodeGen/CGCall.cpp
clang/lib/CodeGen/CGCall.h
clang/lib/CodeGen/CGClass.cpp
clang/lib/CodeGen/CGDeclCXX.cpp
clang/lib/CodeGen/CodeGenABITypes.cpp
clang/lib/CodeGen/CodeGenFunction.h
clang/lib/CodeGen/CodeGenTypes.h
clang/lib/CodeGen/TargetInfo.cpp
clang/test/CodeGenCXX/inalloca-lambda.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137872.476633.patch
Type: text/x-patch
Size: 28807 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221119/b053bf85/attachment-0001.bin>
More information about the cfe-commits
mailing list