[PATCH] D62686: [RISCV] Add support for save/restore of callee-saved registers via libcalls

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 14 16:20:32 PDT 2019


efriedma added a comment.

> Bug2: test case provided above. Please Lewis take a look at how this case can be fixed.

Isn't the issue just that the code is checking for PseudoTAIL, and not PseudoTAILIndirect?

----

What happens if a tail call has more than 8 arguments?

What happens for a musttail call?  A tailcc call?  (Not sure if either of those are actually supported on RISCV at the moment?)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62686





More information about the cfe-commits mailing list