forked from OSchip/llvm-project
1929b5539a
objc_storeStrong can be formed from a sequence such as %0 = tail call i8* @objc_retain(i8* %p) nounwind %tmp = load i8*, i8** @x, align 8 store i8* %0, i8** @x, align 8 tail call void @objc_release(i8* %tmp) nounwind The code was already looking through bitcasts for most of the values involved, but had missed one case where the pointer operand for the store was a bitcast. Ultimately the pointer for the load and store have to be the same value, after stripping casts. llvm-svn: 270955 |
||
---|---|---|
.. | ||
allocas.ll | ||
apelim.ll | ||
basic.ll | ||
cfg-hazards.ll | ||
comdat-ipo.ll | ||
contract-end-of-use-list.ll | ||
contract-marker.ll | ||
contract-storestrong-ivar.ll | ||
contract-storestrong.ll | ||
contract-testcases.ll | ||
contract.ll | ||
empty-block.ll | ||
ensure-that-exception-unwind-path-is-visited.ll | ||
escape.ll | ||
expand.ll | ||
gvn.ll | ||
intrinsic-use-isolated.ll | ||
intrinsic-use.ll | ||
invoke.ll | ||
move-and-form-retain-autorelease.ll | ||
move-and-merge-autorelease.ll | ||
nested.ll | ||
path-overflow.ll | ||
pointer-types.ll | ||
post-inlining.ll | ||
pr12270.ll | ||
provenance.ll | ||
retain-block-side-effects.ll | ||
retain-not-declared.ll | ||
rle-s2l.ll | ||
rv.ll | ||
split-backedge.ll | ||
tail-call-invariant-enforcement.ll | ||
unsafe-claim-rv.ll | ||
weak-contract.ll | ||
weak-copies.ll | ||
weak-dce.ll | ||
weak.ll |