[PATCH] D60303: [ObjC][ARC] Emit the retainRV marker as a module flag instead of named metadata.
Akira Hatanaka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 4 19:12:08 PDT 2019
ahatanak created this revision.
ahatanak added a reviewer: steven_wu.
ahatanak added a project: LLVM.
Herald added subscribers: dexonsmith, jkorous.
https://reviews.llvm.org/D60302 made changes in the clang front-end so that the retainRV marker is emitted as a module flag. This patch implements the corresponding changes in the ARC contract pass and the auto-upgrader.
Repository:
rL LLVM
https://reviews.llvm.org/D60303
Files:
lib/IR/AutoUpgrade.cpp
lib/Transforms/ObjCARC/ObjCARCContract.cpp
test/Bitcode/upgrade-objcretainrelease.ll
test/Transforms/ObjCARC/contract-marker-funclet.ll
test/Transforms/ObjCARC/contract-marker.ll
test/Transforms/ObjCARC/contract-testcases.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60303.193824.patch
Type: text/x-patch
Size: 4647 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190405/e2fccf50/attachment.bin>
More information about the llvm-commits
mailing list