[PATCH] D77248: [llvm][IR] Add a new Constant, PLTEntry, which may represent the PLT entry for a function

Leonard Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 12:25:50 PDT 2020


leonardchan updated this revision to Diff 286371.
leonardchan retitled this revision from "[IR] Update Constant::needsRelocation() to strip constant inbound GEPs and PLT relocations" to "[llvm][IR] Add a new Constant, PLTEntry, which may represent the PLT entry for a function".
leonardchan edited the summary of this revision.
Herald added a reviewer: deadalnix.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77248

Files:
  llvm/include/llvm-c/Core.h
  llvm/include/llvm/IR/Constants.h
  llvm/include/llvm/IR/Value.def
  llvm/lib/Analysis/ConstantFolding.cpp
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/IR/AsmWriter.cpp
  llvm/lib/IR/Constants.cpp
  llvm/lib/IR/LLVMContextImpl.h
  llvm/test/CodeGen/X86/relptr-rodata.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77248.286371.patch
Type: text/x-patch
Size: 10081 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200818/e8bc8be8/attachment.bin>


More information about the llvm-commits mailing list