[PATCH] D39849: [RISCV] Implement prolog and epilog insertion

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 9 11:51:10 PST 2017


asb updated this revision to Diff 122297.
asb marked 4 inline comments as done.
asb edited the summary of this revision.
asb added a comment.

Address @mgrang's review comments (thanks!). I also moved the changes to eliminateFrameIndex to the previous patch, as it makes sense to just do it right from the start.


https://reviews.llvm.org/D39849

Files:
  lib/Target/RISCV/RISCVFrameLowering.cpp
  lib/Target/RISCV/RISCVFrameLowering.h
  test/CodeGen/RISCV/addc-adde-sube-subc.ll
  test/CodeGen/RISCV/alu32.ll
  test/CodeGen/RISCV/bare-select.ll
  test/CodeGen/RISCV/blockaddress.ll
  test/CodeGen/RISCV/branch.ll
  test/CodeGen/RISCV/bswap-ctlz-cttz-ctpop.ll
  test/CodeGen/RISCV/calls.ll
  test/CodeGen/RISCV/div.ll
  test/CodeGen/RISCV/frame.ll
  test/CodeGen/RISCV/i32-icmp.ll
  test/CodeGen/RISCV/imm.ll
  test/CodeGen/RISCV/indirectbr.ll
  test/CodeGen/RISCV/jumptable.ll
  test/CodeGen/RISCV/mem.ll
  test/CodeGen/RISCV/mul.ll
  test/CodeGen/RISCV/rem.ll
  test/CodeGen/RISCV/rotl-rotr.ll
  test/CodeGen/RISCV/select-cc.ll
  test/CodeGen/RISCV/sext-zext-trunc.ll
  test/CodeGen/RISCV/shifts.ll
  test/CodeGen/RISCV/wide-mem.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39849.122297.patch
Type: text/x-patch
Size: 80239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171109/2c28c3b6/attachment.bin>


More information about the llvm-commits mailing list