[PATCH] D67471: [AArch64][GlobalISel] Support sibling calls with outgoing arguments

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 12 09:15:00 PDT 2019


paquette marked an inline comment as done.
paquette added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64CallLowering.cpp:413
+  // much is there while considering tail calls (because we can reuse it).
+  FuncInfo->setBytesInStackArgArea(StackOffset);
+
----------------
aemerson wrote:
> Not really sure what this comment means.
Copied/pasted it from the SDAG code, but I can reword it.


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

https://reviews.llvm.org/D67471





More information about the llvm-commits mailing list