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

Lewis Revill via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 5 05:43:09 PDT 2019


lewis-revill added a comment.

In D62686#1571192 <https://reviews.llvm.org/D62686#1571192>, @asb wrote:

> Hi Lewis, did you evaluate implementing the machine outliner as a more general approach for getting code size savings in this sort of way?


I haven't, is there an open patch for this?

> You should have tests for at least a subset of target-abi {ilp32,lp64}{f,d} and the compiler shouldn't assert in those cases.

Will do, I can rebase this patch on top of your hard float patch.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D62686





More information about the llvm-commits mailing list