[PATCH] D55303: [RISCV] Add lowering of addressing sequences for PIC

Lewis Revill via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 13 09:52:07 PST 2018


lewis-revill updated this revision to Diff 178089.
lewis-revill retitled this revision from "[RISCV, WIP] Add lowering of addressing sequences for PIC" to "[RISCV] Add lowering of addressing sequences for PIC".
lewis-revill added a comment.
Herald added a subscriber: rkruppe.

Move `getAddrPIC()` and `isPositionIndependent()` checks to `getAddr()`


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55303

Files:
  lib/Target/RISCV/RISCVExpandPseudoInsts.cpp
  lib/Target/RISCV/RISCVISelLowering.cpp
  lib/Target/RISCV/RISCVISelLowering.h
  lib/Target/RISCV/RISCVInstrInfo.cpp
  lib/Target/RISCV/RISCVMCInstLower.cpp
  lib/Target/RISCV/Utils/RISCVBaseInfo.h
  test/CodeGen/RISCV/pic-models.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55303.178089.patch
Type: text/x-patch
Size: 9121 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181213/e3a856c8/attachment.bin>


More information about the llvm-commits mailing list