summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/ObjCARC/code-motion.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ObjC][ARC] Skip debug instructions when computing the insert point ofAkira Hatanaka2019-09-191-0/+39
objc_release calls This fixes a bug where the presence of debug instructions would cause ARC optimizer to change the order of retain and release calls. rdar://problem/55319419 llvm-svn: 372352
OpenPOWER on IntegriCloud