[PATCH] D30345: [CodeGen][Blocks] Refactor capture handling in code that generates block copy/destroy routines

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 28 02:23:09 PST 2017


arphaman added a comment.

In https://reviews.llvm.org/D30345#688144, @rjmccall wrote:

> You're doing this refactor to... support doing another refactor of the same code?  Why are these patches separate?


Not quite, by "merging block copy/destroy routines" I meant that my next patch will try to generate the IR only for unique copy/destroy functions, so individual functions will be merged.


Repository:
  rL LLVM

https://reviews.llvm.org/D30345





More information about the cfe-commits mailing list