[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
Fri Feb 24 10:53:32 PST 2017
arphaman created this revision.
This patch refactors the code figures out which block captures need to be copied/destroyed using special copy/destroy code.
This is a preparation patch for work on merging block copy/destroy routines.
Thanks for taking a look!
Repository:
rL LLVM
https://reviews.llvm.org/D30345
Files:
lib/CodeGen/CGBlocks.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30345.89695.patch
Type: text/x-patch
Size: 14377 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170224/7ea53beb/attachment-0001.bin>
More information about the cfe-commits
mailing list