[PATCH] D111331: [ObjC][ARC] Use operand bundle "clang.arc.attachedcall" on x86-64

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 7 12:02:20 PDT 2021


ahatanak created this revision.
ahatanak added a reviewer: rjmccall.
ahatanak added a project: clang.
Herald added subscribers: pengfei, kristof.beyls.
ahatanak requested review of this revision.

https://reviews.llvm.org/D92808 made clang use the operand bundle instead of emitting retainRV/claimRV calls on arm64. This patch makes changes to clang that are needed to use the operand bundle on x86-64.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111331

Files:
  clang/lib/CodeGen/CGObjC.cpp
  clang/test/CodeGenObjC/arc-blocks.m
  clang/test/CodeGenObjC/arc-bridged-cast.m
  clang/test/CodeGenObjC/arc-literals.m
  clang/test/CodeGenObjC/arc-precise-lifetime.m
  clang/test/CodeGenObjC/arc-rv-attr.m
  clang/test/CodeGenObjC/arc-ternary-op.m
  clang/test/CodeGenObjC/arc-unsafeclaim.m
  clang/test/CodeGenObjC/arc.m
  clang/test/CodeGenObjC/nsvalue-objc-boxable-mac-arc.m
  clang/test/CodeGenObjC/os_log.m
  clang/test/CodeGenObjCXX/arc-forwarded-lambda-call.mm
  clang/test/CodeGenObjCXX/arc-globals.mm
  clang/test/CodeGenObjCXX/arc-references.mm
  clang/test/CodeGenObjCXX/arc.mm
  clang/test/CodeGenObjCXX/literals.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111331.377943.patch
Type: text/x-patch
Size: 65517 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211007/aead9f88/attachment-0001.bin>


More information about the cfe-commits mailing list