[PATCH] D55233: Add objc_retain and objc_release intrinsics and codegen them to their runtime methods

Pete Cooper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 3 18:34:33 PST 2018


pete updated this revision to Diff 176529.
pete marked 2 inline comments as done.
pete added a comment.

Updated to add a comment to Intrinsics.td, remove the ReturnedValue<> and added all of the ARC methods from https://clang.llvm.org/docs/AutomaticReferenceCounting.html#runtime-support


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

https://reviews.llvm.org/D55233

Files:
  include/llvm/IR/Intrinsics.td
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  test/CodeGen/X86/objc-arc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55233.176529.patch
Type: text/x-patch
Size: 10178 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181204/49500780/attachment.bin>


More information about the llvm-commits mailing list