[PATCH] D118214: [ObjCARC] Require the function argument in the clang.arc.attachedcall bundle.

Akira Hatanaka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 26 19:03:17 PST 2022


ahatanak added a comment.

The ObjC ARC changes look good.

Are there any users who need the changes in autoupgrade? `clang.arc.attachedcall` bundles without operands are emitted only after ARC contract (ARC optimizer does't remove the operand), so it seems safe not to upgrade the IR.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118214/new/

https://reviews.llvm.org/D118214



More information about the llvm-commits mailing list