[all-commits] [llvm/llvm-project] 8ed7aa: Revert "Try to implement lambdas with inalloca par...
Amy Huang via All-commits
all-commits at lists.llvm.org
Thu Jun 22 11:42:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ed7aa59f489715d39d32e72a787b8e75cfda151
https://github.com/llvm/llvm-project/commit/8ed7aa59f489715d39d32e72a787b8e75cfda151
Author: Amy Huang <akhuang at google.com>
Date: 2023-06-22 (Thu, 22 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:
-----------
Revert "Try to implement lambdas with inalloca parameters by forwarding without use of inallocas."
Causes a clang crash (see crbug.com/1457256).
This reverts commit 015049338d7e8e0e81f2ad2f94e5a43e2e3f5220.
More information about the All-commits
mailing list