[PATCH] D66278: [RISCV] Enable tail call opt for variadic function

Shiva Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 20:01:06 PDT 2019


shiva0217 added a comment.
Herald added a subscriber: pzheng.

Hi Jim,

Could you add a test case to illustrate that if the variable argument function using caller stack, it could be guarded by "getNextStackOffset() != 0" ?
It might be worth to preserve the original test case so that we could observe the case didn't pass arguments by the stack.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D66278





More information about the llvm-commits mailing list