[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
Mon Jul 22 07:30:13 PDT 2019


lewis-revill updated this revision to Diff 211097.
lewis-revill added a comment.

Add support for a split save/restore approach when callee saved registers from the floating point ABIs are used.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D62686

Files:
  lib/Target/RISCV/CMakeLists.txt
  lib/Target/RISCV/RISCVFrameLowering.cpp
  lib/Target/RISCV/RISCVFrameLowering.h
  lib/Target/RISCV/RISCVMachineFunctionInfo.cpp
  lib/Target/RISCV/RISCVMachineFunctionInfo.h
  lib/Target/RISCV/RISCVRegisterInfo.cpp
  lib/Target/RISCV/RISCVRegisterInfo.h
  test/CodeGen/RISCV/saverestore.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62686.211097.patch
Type: text/x-patch
Size: 37515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190722/613e113a/attachment.bin>


More information about the llvm-commits mailing list