[PATCH] D65902: [ObjC][ARC] Upgrade calls to ARC runtime functions to intrinsic calls if the bitcode has the arm64 retainAutoreleasedReturnValue marker

Akira Hatanaka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 7 16:20:00 PDT 2019


ahatanak updated this revision to Diff 214027.
ahatanak added a comment.

Upgrade `clang.arc.use` to `llvm.objc.clang.arc.use`.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D65902

Files:
  llvm/include/llvm/IR/AutoUpgrade.h
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/IR/AutoUpgrade.cpp
  llvm/test/Bitcode/upgrade-arc-runtime-calls.bc
  llvm/test/Bitcode/upgrade-arc-runtime-calls.ll
  llvm/test/Bitcode/upgrade-clang-arc-use.ll
  llvm/test/Bitcode/upgrade-mrr-runtime-calls.bc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65902.214027.patch
Type: text/x-patch
Size: 11877 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190807/f4026c93/attachment.bin>


More information about the llvm-commits mailing list