[PATCH] D62190: [RISCV] Allow shrink wrapping for RISC-V
Lewis Revill via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 4 08:11:10 PDT 2019
lewis-revill updated this revision to Diff 208047.
lewis-revill added a comment.
Herald added subscribers: Jim, MaskRay.
I've reworked this patch to safely work around the implementation of save/restore via libcalls. These place constraints on the save/restore points that can be chosen by the shrink wrapping algorithm.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62190/new/
https://reviews.llvm.org/D62190
Files:
lib/Target/RISCV/RISCVFrameLowering.cpp
lib/Target/RISCV/RISCVFrameLowering.h
test/CodeGen/RISCV/shrinkwrap.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62190.208047.patch
Type: text/x-patch
Size: 7513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190704/7e51cf51/attachment.bin>
More information about the llvm-commits
mailing list