[all-commits] [llvm/llvm-project] 015049: Try to implement lambdas with inalloca parameters ...
Amy Huang via All-commits
all-commits at lists.llvm.org
Tue Jun 20 17:31:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 015049338d7e8e0e81f2ad2f94e5a43e2e3f5220
https://github.com/llvm/llvm-project/commit/015049338d7e8e0e81f2ad2f94e5a43e2e3f5220
Author: Amy Huang <akhuang at google.com>
Date: 2023-06-20 (Tue, 20 Jun 2023)
Changed paths:
M clang/include/clang/CodeGen/CGFunctionInfo.h
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/CodeGen/CGCall.h
M clang/lib/CodeGen/CGClass.cpp
M clang/lib/CodeGen/CGDeclCXX.cpp
M clang/lib/CodeGen/CodeGenABITypes.cpp
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenTypes.h
M clang/lib/CodeGen/Targets/X86.cpp
M clang/test/CodeGenCXX/inalloca-lambda.cpp
Log Message:
-----------
Try to implement lambdas with inalloca parameters by forwarding without use of inallocas.
Differential Revision: https://reviews.llvm.org/D137872
More information about the All-commits
mailing list