[all-commits] [llvm/llvm-project] ed8379: [Intrinsics][ObjC] Mark objc_retain and friends as...
Jon Roelofs via All-commits
all-commits at lists.llvm.org
Tue Aug 1 18:02:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed83797f3cbfc8fb2a1af63542f97d7ec1d5505a
https://github.com/llvm/llvm-project/commit/ed83797f3cbfc8fb2a1af63542f97d7ec1d5505a
Author: Jon Roelofs <jonathan_roelofs at apple.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
M clang/lib/CodeGen/CGCall.cpp
M clang/test/CodeGenObjC/arc.m
M clang/test/CodeGenObjC/convert-messages-to-runtime-calls.m
M llvm/include/llvm/IR/Intrinsics.td
M llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp
M llvm/test/Transforms/PreISelIntrinsicLowering/objc-arc.ll
Log Message:
-----------
[Intrinsics][ObjC] Mark objc_retain and friends as thisreturn.
https://clang.llvm.org/docs/AutomaticReferenceCounting.html#arc-runtime-objc-retain
rdar://79869679
Differential revision: https://reviews.llvm.org/D105671
More information about the All-commits
mailing list