summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/upgrade-arc-runtime-calls-bitcast.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ObjC][ARC] Check whether the return and parameter types of the old andAkira Hatanaka2019-10-241-0/+21
new functions are compatible before upgrading a function call to an intrinsic call. Sometimes users insert calls to ARC runtime functions that are not compatible with the corresponding intrinsic functions (for example, 'i8* @objc_storeStrong' instead of 'void @objc_storeStrong'). Don't upgrade those calls. rdar://problem/56447127
OpenPOWER on IntegriCloud