[PATCH] D58514: Avoid needlessly copying blocks that initialize or are assigned to local auto variables to the heap
Akira Hatanaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 21 22:42:06 PST 2019
ahatanak updated this revision to Diff 187904.
ahatanak added a comment.
Remove the code that is needed to check whether the address of a local variable is taken.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58514/new/
https://reviews.llvm.org/D58514
Files:
include/clang/AST/Decl.h
include/clang/AST/DeclBase.h
lib/AST/Decl.cpp
lib/CodeGen/CGObjC.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExpr.cpp
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTWriterDecl.cpp
test/CodeGenObjC/arc-block-copy-escape.m
test/CodeGenObjC/arc-blocks.m
test/CodeGenObjCXX/arc-blocks.mm
test/PCH/arc-blocks.mm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58514.187904.patch
Type: text/x-patch
Size: 15932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190222/d3d47cf9/attachment-0001.bin>
More information about the cfe-commits
mailing list