[PATCH] D92808: [ObjC][ARC] Use operand bundle 'clang.arc.attachedcall' instead of explicitly emitting retainRV or claimRV calls in the IR

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 3 13:59:39 PST 2021


fhahn added a comment.

In D92808#2600245 <https://reviews.llvm.org/D92808#2600245>, @hans wrote:

> Reverted in https://github.com/llvm/llvm-project/commit/0a5dd067181dac2a8882a139ea3bd19bdea5fa44 until this can be fixed.

Thanks! I pushed a fix for the issue in 75805dce5ff8 <https://reviews.llvm.org/rG75805dce5ff874676f3559c069fcd6737838f5c0>. @Hans, would it be possible to check if D92808 <https://reviews.llvm.org/D92808> + 75805dce5ff8 <https://reviews.llvm.org/rG75805dce5ff874676f3559c069fcd6737838f5c0> fixes the issue or should we just recommit D92808 <https://reviews.llvm.org/D92808>?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92808



More information about the llvm-commits mailing list