[PATCH] D40807: [RISCV] Support stack frames and offsets up to 32-bits
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 10 09:24:44 PST 2017
asb updated this revision to Diff 126296.
asb marked 5 inline comments as done.
asb added a comment.
Update to address review comments. adjustReg is now introduced in an earlier patch, and we also add RISCVInstrInfo::movImm32 in order to reduce duplication of logic.
https://reviews.llvm.org/D40807
Files:
lib/Target/RISCV/RISCVFrameLowering.cpp
lib/Target/RISCV/RISCVInstrInfo.cpp
lib/Target/RISCV/RISCVInstrInfo.h
lib/Target/RISCV/RISCVRegisterInfo.cpp
lib/Target/RISCV/RISCVRegisterInfo.h
test/CodeGen/RISCV/large-stack.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40807.126296.patch
Type: text/x-patch
Size: 7225 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171210/ef0786c7/attachment.bin>
More information about the llvm-commits
mailing list