[PATCH] D68043: [AArch64][GlobalISel] Support lowering variadic musttail calls
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 30 00:52:07 PDT 2019
aemerson accepted this revision.
aemerson added a comment.
This revision is now accepted and ready to land.
LGTM with nit.
================
Comment at: llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp:2193
+/// call. Sets \p HasMustTailInVarArgFn.
+static void checkForMustTailInVarArgFn(bool &HasMustTailInVarArgFn,
+ bool IsVarArg, const BasicBlock &BB) {
----------------
Can't we just return this instead of using an output parameter?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68043/new/
https://reviews.llvm.org/D68043
More information about the llvm-commits
mailing list