[PATCH] D57936: [CodeGenObjC] When available, emit a direct call to objc_alloc_init(cls) instead of [objc_alloc(cls) init]
Phabricator via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 14 12:04:04 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rC354056: [CodeGenObjC] Emit [[X alloc] init] as objc_alloc_init(X) when available (authored by epilk, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D57936?vs=186784&id=186894#toc
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57936/new/
https://reviews.llvm.org/D57936
Files:
include/clang/Basic/ObjCRuntime.h
lib/CodeGen/CGObjC.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenModule.h
test/CodeGenObjC/objc-alloc-init.m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57936.186894.patch
Type: text/x-patch
Size: 6113 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190214/657110e5/attachment.bin>
More information about the cfe-commits
mailing list