[PATCH] D44885: [RISCV] Expand function call to auipc and jalr

Shiva Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 4 20:14:32 PDT 2018


shiva0217 updated this revision to Diff 141101.
shiva0217 edited the summary of this revision.
shiva0217 added a comment.

Update the patch to address @mgrang's comments.


Repository:
  rL LLVM

https://reviews.llvm.org/D44885

Files:
  lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
  lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp
  lib/Target/RISCV/RISCVAsmPrinter.cpp
  lib/Target/RISCV/RISCVISelLowering.cpp
  lib/Target/RISCV/RISCVInstrInfo.cpp
  lib/Target/RISCV/RISCVInstrInfo.td
  test/CodeGen/RISCV/alloca.ll
  test/CodeGen/RISCV/analyze-branch.ll
  test/CodeGen/RISCV/bswap-ctlz-cttz-ctpop.ll
  test/CodeGen/RISCV/byval.ll
  test/CodeGen/RISCV/calling-conv-sext-zext.ll
  test/CodeGen/RISCV/calling-conv.ll
  test/CodeGen/RISCV/calls.ll
  test/CodeGen/RISCV/div.ll
  test/CodeGen/RISCV/float-br-fcmp.ll
  test/CodeGen/RISCV/float-mem.ll
  test/CodeGen/RISCV/fp128.ll
  test/CodeGen/RISCV/frame.ll
  test/CodeGen/RISCV/frameaddr-returnaddr.ll
  test/CodeGen/RISCV/mul.ll
  test/CodeGen/RISCV/rem.ll
  test/CodeGen/RISCV/shifts.ll
  test/CodeGen/RISCV/vararg.ll
  test/MC/RISCV/relocations.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44885.141101.patch
Type: text/x-patch
Size: 89531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180405/0b538150/attachment-0001.bin>


More information about the llvm-commits mailing list