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

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 22:24:19 PDT 2019


aemerson 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);
+
----------------
Not really sure what this comment means.


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

https://reviews.llvm.org/D67471





More information about the llvm-commits mailing list