[PATCH] D69980: [ObjC] Override TailCallKind when lowering objc intrinsics
John McCall via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 8 21:39:30 PST 2019
rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp:61
+// ObjCARC has knowledge about wether an obj-c runtime function needs to be
+// always tail-called or never tail-called.
+static CallInst::TailCallKind getOverridingTailCallKind(const Function &F) {
----------------
"whether"
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69980/new/
https://reviews.llvm.org/D69980
More information about the llvm-commits
mailing list