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

Jim Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 19:29:19 PDT 2019


Jim added a comment.

It can focus on whether the stack frame is created and not yet freed before the function call
for saving saved register or passing parameters or others.


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