[llvm-branch-commits] [llvm] [ObjC] Support objc_claimAutoreleasedReturnValue (PR #138696)

2025-05-08 Thread Marina Taylor via llvm-branch-commits
citymarina wrote: Thanks for the feedback, I'm working on an update to address the comments, but currently juggling too many tasks. https://github.com/llvm/llvm-project/pull/138696 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.or

[llvm-branch-commits] [llvm] [ObjC] Support objc_claimAutoreleasedReturnValue (PR #138696)

2025-05-13 Thread Marina Taylor via llvm-branch-commits
https://github.com/citymarina closed https://github.com/llvm/llvm-project/pull/138696 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [ObjCARC][Contract] Optimize bundled RetainRV to ClaimRV (PR #138697)

2025-05-13 Thread Marina Taylor via llvm-branch-commits
https://github.com/citymarina closed https://github.com/llvm/llvm-project/pull/138697 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [ObjC] Support objc_claimAutoreleasedReturnValue (PR #138696)

2025-05-12 Thread Marina Taylor via llvm-branch-commits
https://github.com/citymarina updated https://github.com/llvm/llvm-project/pull/138696 >From e83258e216f89992a7c46eaf3478c7b31e1113dc Mon Sep 17 00:00:00 2001 From: Marina Taylor Date: Wed, 19 Mar 2025 18:25:09 + Subject: [PATCH] [ObjC] Support objc_claimAutoreleasedReturnValue. This adds

[llvm-branch-commits] [llvm] [ObjC] Support objc_claimAutoreleasedReturnValue (PR #138696)

2025-05-12 Thread Marina Taylor via llvm-branch-commits
@@ -9545,7 +9545,9 @@ AArch64TargetLowering::LowerCall(CallLoweringInfo &CLI, // Do what the frontend tells us: if the rvmarker module flag is present, // emit the marker. Always emit the call regardless. // Tell the pseudo expansion using an additional boolean op.