[PATCH] D67580: [AArch64][GlobalISel] Support -tailcallopt

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 17 10:36:51 PDT 2019


aemerson added a comment.

LGTM.



================
Comment at: llvm/lib/Target/AArch64/AArch64CallLowering.cpp:203
   bool IsTailCall;
+  int FPDiff;
   uint64_t StackSize;
----------------
Short comment here?


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

https://reviews.llvm.org/D67580





More information about the llvm-commits mailing list