[PATCH] D154007: Reland "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
Tue Jul 25 13:32:22 PDT 2023
akhuang updated this revision to Diff 544086.
akhuang added a comment.
Add some functions to MicrosoftMangle so we can pass in a custom function name.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154007/new/
https://reviews.llvm.org/D154007
Files:
clang/include/clang/AST/Mangle.h
clang/include/clang/CodeGen/CGFunctionInfo.h
clang/lib/AST/MicrosoftMangle.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.cpp
clang/lib/CodeGen/CodeGenFunction.h
clang/lib/CodeGen/CodeGenTypes.h
clang/lib/CodeGen/Targets/X86.cpp
clang/test/CodeGenCXX/inalloca-lambda.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154007.544086.patch
Type: text/x-patch
Size: 40765 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230725/eb2ffff6/attachment-0001.bin>
More information about the cfe-commits
mailing list