[PATCH] D136998: Try to implement lambdas with inalloca parameters by inlining the call operator function.

Amy Huang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 28 16:08:50 PDT 2022


akhuang created this revision.
Herald added a subscriber: nlopes.
Herald added a project: All.
akhuang requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136998

Files:
  clang/lib/CodeGen/CGCall.cpp
  clang/lib/CodeGen/CGClass.cpp
  clang/lib/CodeGen/CodeGenFunction.cpp
  clang/lib/CodeGen/CodeGenFunction.h
  clang/test/CodeGenCXX/inalloca-lambda.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136998.471681.patch
Type: text/x-patch
Size: 5634 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221028/36c2bd23/attachment.bin>


More information about the cfe-commits mailing list