[PATCH] D62686: [WIP][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
Thu Jul 4 08:06:19 PDT 2019


lewis-revill updated this revision to Diff 208046.
lewis-revill added a comment.
This revision is now accepted and ready to land.

Rebase, and only use the `getUseSaveRestoreLibCalls` getter method rather than the `useSaveRestoreLibCalls` method which does not save its result.


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.208046.patch
Type: text/x-patch
Size: 31229 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190704/e998f543/attachment.bin>


More information about the llvm-commits mailing list