Try to implement lambdas with inalloca parameters by forwarding without use of inallocas.
authorAmy Huang <akhuang@google.com>
Mon, 7 Nov 2022 23:29:27 +0000 (15:29 -0800)
committerAmy Huang <akhuang@google.com>
Wed, 21 Jun 2023 00:30:20 +0000 (17:30 -0700)
commit015049338d7e8e0e81f2ad2f94e5a43e2e3f5220
tree962b29a46a879a9a95abe06bf15a7887ed2c8fa1
parent72df12cce226e1ed47e9dbd6e2fc461229947b85
Try to implement lambdas with inalloca parameters by forwarding without use of inallocas.

Differential Revision: https://reviews.llvm.org/D137872
clang/include/clang/CodeGen/CGFunctionInfo.h
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