[PATCH] D39848: [RISCV] Support lowering FrameIndex

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


asb updated this revision to Diff 122295.
asb marked an inline comment as done.
asb edited the summary of this revision.
asb added a comment.

Thanks Mandeep, updated the patch. I've moved a bit of logic from the successor patch (https://reviews.llvm.org/D39849) to this one, as I think it makes more sense to use the correct register in eliminateFrameIndex from the start, rather than adding the extra logic in the next patch.


https://reviews.llvm.org/D39848

Files:
  lib/Target/RISCV/RISCVISelDAGToDAG.cpp
  lib/Target/RISCV/RISCVInstrInfo.cpp
  lib/Target/RISCV/RISCVInstrInfo.td
  lib/Target/RISCV/RISCVRegisterInfo.cpp
  test/CodeGen/RISCV/blockaddress.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/indirectbr.ll
  test/CodeGen/RISCV/mul.ll
  test/CodeGen/RISCV/rem.ll
  test/CodeGen/RISCV/shifts.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39848.122295.patch
Type: text/x-patch
Size: 29049 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171109/901f1363/attachment.bin>


More information about the llvm-commits mailing list