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

Shiva Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 16 00:20:29 PDT 2018


shiva0217 updated this revision to Diff 142600.
shiva0217 added a comment.

Fix typo in comments.


Repository:
  rL LLVM

https://reviews.llvm.org/D44885

Files:
  lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp
  lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h
  lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
  lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp
  lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h
  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/compress-Pseudo.ll
  test/CodeGen/RISCV/compress-inline-asm.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/init-array.ll
  test/CodeGen/RISCV/mul.ll
  test/CodeGen/RISCV/rem.ll
  test/CodeGen/RISCV/shifts.ll
  test/CodeGen/RISCV/vararg.ll
  test/MC/RISCV/function-call.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44885.142600.patch
Type: text/x-patch
Size: 81095 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180416/43ab914b/attachment-0001.bin>


More information about the llvm-commits mailing list