[all-commits] [llvm/llvm-project] 6770fb: [ObjC][ARC] Delete ARC runtime calls that take ine...
ahatanaka via All-commits
all-commits at lists.llvm.org
Fri Feb 7 16:31:53 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6770fbb31450db15d8d4a2ac7f0ce70eaf2acc5f
https://github.com/llvm/llvm-project/commit/6770fbb31450db15d8d4a2ac7f0ce70eaf2acc5f
Author: Akira Hatanaka <ahatanaka at apple.com>
Date: 2020-02-07 (Fri, 07 Feb 2020)
Changed paths:
M llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
M llvm/test/Transforms/ObjCARC/inert-global.ll
Log Message:
-----------
[ObjC][ARC] Delete ARC runtime calls that take inert phi values
This improves on the following patch, which removed ARC runtime calls
taking inert global variables:
https://reviews.llvm.org/D62433
rdar://problem/59137105
More information about the All-commits
mailing list