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

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 3 17:28:25 PDT 2022


efriedma added a comment.

Might also be worth considering if we can avoid cloning here.  It should be possible to emit the lambda body into a separate function with a calling convention of your choice, and make both the call operator and the static invoker call it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136998/new/

https://reviews.llvm.org/D136998



More information about the cfe-commits mailing list