[PATCH] D55304: [RISCV] Lower calls through PLT

Lewis Revill via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 13 08:49:42 PDT 2019


lewis-revill updated this revision to Diff 204558.
lewis-revill added a comment.
Herald added subscribers: Jim, benna, psnobl.
Herald added a project: LLVM.

Rebased and added testing using `-relocation-model=pic` in 'calls.ll'. Also added a dso_local callee to 'calls.ll' since this affects whether PLT is used for PIC.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55304/new/

https://reviews.llvm.org/D55304

Files:
  lib/Target/RISCV/RISCVISelLowering.cpp
  lib/Target/RISCV/RISCVMCInstLower.cpp
  lib/Target/RISCV/Utils/RISCVBaseInfo.h
  test/CodeGen/RISCV/calls.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55304.204558.patch
Type: text/x-patch
Size: 8236 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190613/5aa9efb4/attachment.bin>


More information about the llvm-commits mailing list